# HG changeset patch # User Igor Sysoev # Date 1242665432 0 # Node ID 01b999a7adc25a1684d0adfca69092738b3748a2 # Parent c7fe4b9118d2fb2ed12dee044fd05323650cc503 style fix diff --git a/auto/options b/auto/options --- 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]*=//'` ;;