From: Lionel Sambuc Date: Sun, 3 Aug 2014 12:37:13 +0000 (+0200) Subject: commands/expr: removed X-Git-Tag: v3.3.0~60 X-Git-Url: http://zhaoyanbai.com/repos/rndc-confgen.html?a=commitdiff_plain;h=d4c5f15a03e53592ca64693e0de1c8ec1e03d655;p=minix.git commands/expr: removed Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a --- diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 991a77a0f..8ea33a37c 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -35,6 +35,6 @@ SUBDIR= add_route arp ash at backup btrace \ atnormalize dosread fdisk loadfont \ autopart part partition playwave \ recwave repartition screendump \ - expr test + test .include diff --git a/minix/commands/expr/Makefile b/minix/commands/expr/Makefile deleted file mode 100644 index 76307486d..000000000 --- a/minix/commands/expr/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= expr.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/expr/expr.sh b/minix/commands/expr/expr.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/expr/expr.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/commands/shared/README b/minix/commands/shared/README index bcd807e61..61173be79 100644 --- a/minix/commands/shared/README +++ b/minix/commands/shared/README @@ -7,7 +7,6 @@ and simply call the builtin function of the same name. At this moment it is installed as the following commands: /bin/[ /bin/echo -/bin/expr /bin/test If one of the following is replaced by the NetBSD equivalent, please