style fix

This commit is contained in:
Igor Sysoev 2009-05-18 16:50:32 +00:00
parent 9616130cd5
commit cfa2ee2795

View File

@ -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]*=//'` ;;