From 042d2b88657665f3d98c0104156e0af631279a16 Mon Sep 17 00:00:00 2001 From: nealcrook Date: Tue, 22 Nov 2016 09:39:30 +0000 Subject: [PATCH] Add sh.1 manpage to fuzix-sh package. Add hard link of /usr/bin/[ to /usr/bin/test in fuzix-cmd package. --- Applications/MWC/cmd/fuzix-cmd.pkg | 1 + Applications/V7/cmd/sh/fuzix-sh.pkg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Applications/MWC/cmd/fuzix-cmd.pkg b/Applications/MWC/cmd/fuzix-cmd.pkg index 2561d063..cb080f72 100644 --- a/Applications/MWC/cmd/fuzix-cmd.pkg +++ b/Applications/MWC/cmd/fuzix-cmd.pkg @@ -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 diff --git a/Applications/V7/cmd/sh/fuzix-sh.pkg b/Applications/V7/cmd/sh/fuzix-sh.pkg index 609b8e61..80e0b1cf 100644 --- a/Applications/V7/cmd/sh/fuzix-sh.pkg +++ b/Applications/V7/cmd/sh/fuzix-sh.pkg @@ -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 -- 2.34.1