aboutsummaryrefslogtreecommitdiff
path: root/tools/install.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-07 09:38:14 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-07 09:38:14 +0000
commit3b579c6e6332ec8c4966a4a68e3018335a08b1b5 (patch)
tree348be33f8db8b234fec001a9429fe0c09884545b /tools/install.sh
parentdb79bbff1672ca4c951acfe136a8da7f42c9784f (diff)
downloadsrc-3b579c6e6332ec8c4966a4a68e3018335a08b1b5.tar.gz
src-3b579c6e6332ec8c4966a4a68e3018335a08b1b5.zip
Arguments to options aren't necessarily separated with whitespace.
Noticed by: harti
Notes
Notes: svn path=/head/; revision=131737
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 899d7e21d48a..594d4de7a135 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