summaryrefslogtreecommitdiffstats
path: root/tools/install.sh
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-07 09:38:14 +0000
committerru <ru@FreeBSD.org>2004-07-07 09:38:14 +0000
commit2f0477d084080391b62ecf82b061f4fd7bc7bda9 (patch)
tree348be33f8db8b234fec001a9429fe0c09884545b /tools/install.sh
parent5b5605b88b1e0486bc58f3cdb1e7dba39b064944 (diff)
downloadFreeBSD-src-2f0477d084080391b62ecf82b061f4fd7bc7bda9.zip
FreeBSD-src-2f0477d084080391b62ecf82b061f4fd7bc7bda9.tar.gz
Arguments to options aren't necessarily separated with whitespace.
Noticed by: harti
Diffstat (limited to 'tools/install.sh')
-rw-r--r--tools/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 899d7e2..594d4de 100644
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -33,6 +33,7 @@ while [ $# -gt 0 ]; do
case $1 in
-[bCcMpSs]) shift;;
-[Bfgmo]) shift; shift;;
+ -[Bfgmo]*) shift;;
*) break;
esac
done
OpenPOWER on IntegriCloud