aboutsummaryrefslogtreecommitdiff
path: root/tools/install.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-28 16:53:01 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-28 16:53:01 +0000
commit2c745214f21814150f3226cc1584b9423077498c (patch)
tree9a416026a8366c158882a24beef4303492e735d6 /tools/install.sh
parentf120c88cca5bb519021197a55a5777808f740274 (diff)
downloadsrc-2c745214f21814150f3226cc1584b9423077498c.tar.gz
src-2c745214f21814150f3226cc1584b9423077498c.zip
Notes
Diffstat (limited to 'tools/install.sh')
-rw-r--r--tools/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/install.sh b/tools/install.sh
index f89d73a5d36f..46c8c4aab08f 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -32,11 +32,11 @@
# XXX - not all options are recognised.
while [ ! -z $1 ]; do
case $1 in
- -C | -c | -D | -M | -p | -s) shift;;
- -f | -g | -m | -o) shift; shift;;
+ -b | -C | -c | -M | -p | -S | -s) shift;;
+ -B | -f | -g | -m | -o) shift; shift;;
*) break;
esac
done
# the remaining arguments are assumed to be files/dirs only.
-exec install -c -p $*
+exec install -p $*