From cfa2ee27957e7c4261d89f8f68d01fda20551a14 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 18 May 2009 16:50:32 +0000 Subject: style fix --- auto/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]*=//'` ;; -- cgit