diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:50:32 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:50:32 +0000 |
commit | cfa2ee27957e7c4261d89f8f68d01fda20551a14 (patch) | |
tree | 1d54e12c51b0c21d8ec618baeadd46c01b12c8fb | |
parent | 9616130cd5ee1facc078d92c0273ea78d7e65218 (diff) | |
download | nginx-cfa2ee27957e7c4261d89f8f68d01fda20551a14.tar.gz nginx-cfa2ee27957e7c4261d89f8f68d01fda20551a14.zip |
style fix
-rw-r--r-- | auto/options | 2 |
1 files changed, 1 insertions, 1 deletions
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]*=//'` ;; |