changeset 2872:01b999a7adc2

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 May 2009 16:50:32 +0000
parents c7fe4b9118d2
children e069d0b8b198
files auto/options
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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]*=//'` ;;