diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-11 00:44:04 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-11 00:44:04 +0100 |
commit | 7cc4caee4f879efd12a079a206b00a689a254609 (patch) | |
tree | 03d885b2114990a6bfee17761a240b27a652029c /Kernel/sync.sh | |
parent | 3b2f172d481f33ca9c50e2b76909a4ecf46d5f03 (diff) | |
download | serenity-7cc4caee4f879efd12a079a206b00a689a254609.zip |
Add ispunct() to LibC + some minor cleanups.
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index c89133219f..c02ce4cbeb 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -8,7 +8,6 @@ cp -v ../Userland/sh mnt/bin/sh cp -v ../Userland/id mnt/bin/id cp -v ../Userland/ps mnt/bin/ps cp -v ../Userland/ls mnt/bin/ls -cp -v ../Userland/pwd mnt/bin/pwd cp -v ../Userland/sleep mnt/bin/sleep cp -v ../Userland/date mnt/bin/date cp -v ../Userland/true mnt/bin/true |