diff auto/options @ 2872:01b999a7adc2

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:50:32 +0000
parents 411653b73d7c
children 31af2d1a742e 0ecc8d7c77b1
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -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]*=//'` ;;