summaryrefslogtreecommitdiff
path: root/Kernel/sync.sh
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-11 00:44:04 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-11 00:44:04 +0100
commit7cc4caee4f879efd12a079a206b00a689a254609 (patch)
tree03d885b2114990a6bfee17761a240b27a652029c /Kernel/sync.sh
parent3b2f172d481f33ca9c50e2b76909a4ecf46d5f03 (diff)
downloadserenity-7cc4caee4f879efd12a079a206b00a689a254609.zip
Add ispunct() to LibC + some minor cleanups.
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-xKernel/sync.sh1
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