]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 16:50:32 +0000 (16:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 16:50:32 +0000 (16:50 +0000)
auto/options

index 3b3ee0fae8093fecba53d69343adf592b24217ca..aca314b9332f663232e96b1689549a1c97863c1e 100644 (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]*=//'` ;;