From: Igor Sysoev Date: Mon, 18 May 2009 16:50:32 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.7.59~12 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=cfa2ee27957e7c4261d89f8f68d01fda20551a14;p=nginx.git style fix --- diff --git a/auto/options b/auto/options index 3b3ee0fae..aca314b93 100644 --- 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]*=//'` ;;