Add sh.1 manpage to fuzix-sh package.
authornealcrook <neal@pippaluk.org.uk>
Tue, 22 Nov 2016 09:39:30 +0000 (09:39 +0000)
committernealcrook <neal@pippaluk.org.uk>
Tue, 22 Nov 2016 09:39:30 +0000 (09:39 +0000)
Add hard link of /usr/bin/[ to /usr/bin/test in fuzix-cmd package.

Applications/MWC/cmd/fuzix-cmd.pkg
Applications/V7/cmd/sh/fuzix-sh.pkg

index 2561d06..cb080f7 100644 (file)
@@ -15,5 +15,6 @@ f 0755 /usr/bin/pr         pr
 #which is best? This one or the one in util?
 #f 0755 /usr/bin/tar         tar
 f 0755 /usr/bin/test       test
+l      /usr/bin/test       /usr/bin/[
 f 0755 /usr/bin/ttt        ttt
 f 0755 /usr/bin/units      units
index 609b8e6..80e0b1c 100644 (file)
@@ -1,3 +1,4 @@
 package  sh
 
-f 0755 /bin/sh           sh
+f 0755 /bin/sh              sh
+f 0644 /usr/man/man1/sh.1   sh.1