serenity/Userland
Ali Mohammad Pur 9bf81463f5 Shell: Don't skip over the first brace expansion entry if it's empty
Previously we were simply ignoring the empty entry in '{,x}', making it
resolve to a list with a single element '(x)', this commit makes that
work as expected and resolve to '("" x)'.
2021-12-16 03:26:59 +03:30
..
Applets Applets/ClipboardHistory: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Applications Spreadsheet: Handle emptying of cell containing only an '=' 2021-12-16 02:44:37 +03:30
Demos Demos: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
DevTools UserspaceEmulator: Remove support for SC_select syscall 2021-12-12 21:48:50 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Games: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
Libraries LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
Services Kernel+SystemServer: Add /dev/tty 2021-12-12 22:32:35 +01:00
Shell Shell: Don't skip over the first brace expansion entry if it's empty 2021-12-16 03:26:59 +03:30
Utilities strace: Remove formatting support for SC_select 2021-12-12 21:48:50 +01:00
CMakeLists.txt