Canonicalize the path used by sh.

With a bunch of LibC work to support the feature. LibC now initializes
AK::StringImpl by default. It's now fine to use AK in LibC/Userland! :^)
This commit is contained in:
Andreas Kling 2018-10-28 09:36:21 +01:00
commit e904f193c1
Notes: sideshowbarker 2024-07-19 18:37:10 +09:00
15 changed files with 170 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#include <LibC/stdio.cpp>
#include <LibC/stdio.h>
int main(int argc, char** argv)
{