mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix handling -U. It does not take any arguments.
Approved by: will
This commit is contained in:
parent
e57b2b1830
commit
a812deb1f2
1 changed files with 3 additions and 3 deletions
|
|
@ -34,9 +34,9 @@ linkmode=""
|
|||
while [ $# -gt 0 ]; do
|
||||
case $1 in
|
||||
-d) dirmode="YES"; shift;;
|
||||
-[bCcpSsv]) shift;;
|
||||
-[BDfghMmNoTU]) shift; shift;;
|
||||
-[BDfghMmNoTU]*) shift;;
|
||||
-[bCcpSsUv]) shift;;
|
||||
-[BDfghMmNoT]) shift; shift;;
|
||||
-[BDfghMmNoT]*) shift;;
|
||||
-l)
|
||||
shift
|
||||
case $1 in
|
||||
|
|
|
|||
Loading…
Reference in a new issue