ladybird/Userland
Gunnar Beutner 1e5a7ca0a7 Shell: Fix how cd handles the path argument
Previously this didn't work:

  $ cd -- /usr
  Invalid path '--'

This path fixes this issue and removes the unnecessary else
branch because we're already using realpath() later on to resolve
relative paths.
2021-04-23 11:33:57 +02:00
..
Applets Everywhere: Use linusg@serenityos.org for my copyright headers 2021-04-22 22:51:19 +02:00
Applications FontEditor: Set proper defaults in NewFontDialog 2021-04-23 11:08:11 +02:00
Demos WidgetGallery: Split cursor/icon names based on full paths 2021-04-23 09:28:14 +02:00
DevTools LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 2021-04-22 23:15:33 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibGfx+FontEditor: Account for raw width when painting glyphs 2021-04-23 11:08:11 +02:00
Services Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shell Shell: Fix how cd handles the path argument 2021-04-23 11:33:57 +02:00
Tests AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
Utilities Userland: Use mattco@serenityos.org for my copyright headers 2021-04-23 08:24:53 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00