mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Arguments to options aren't necessarily separated with whitespace.
Noticed by: harti
This commit is contained in:
parent
db79bbff16
commit
3b579c6e63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131737
@ -33,6 +33,7 @@ while [ $# -gt 0 ]; do
|
||||
case $1 in
|
||||
-[bCcMpSs]) shift;;
|
||||
-[Bfgmo]) shift; shift;;
|
||||
-[Bfgmo]*) shift;;
|
||||
*) break;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user