style fix
This commit is contained in:
parent
f977404401
commit
e072e57d75
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ opt=
|
|||
|
||||
for option
|
||||
do
|
||||
opt="$opt `echo $option | sed -e \"s/\(--[^=]*=\)\(.* .*\)/\1'\2'/\"`"
|
||||
opt="$opt `echo $option | sed -e \"s/\(--[^=]*=\)\(.* .*\)/\1'\2'/\"`"
|
||||
|
||||
case "$option" in
|
||||
-*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
|
||||
|
|
Loading…
Reference in a new issue