Arguments to options aren't necessarily separated with whitespace.

Noticed by:	harti
This commit is contained in:
Ruslan Ermilov 2004-07-07 09:38:14 +00:00
parent db79bbff16
commit 3b579c6e63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131737

View File

@ -33,6 +33,7 @@ while [ $# -gt 0 ]; do
case $1 in
-[bCcMpSs]) shift;;
-[Bfgmo]) shift; shift;;
-[Bfgmo]*) shift;;
*) break;
esac
done