mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
style fix
This commit is contained in:
parent
9616130cd5
commit
cfa2ee2795
@ -135,7 +135,7 @@ opt=
|
|||||||
|
|
||||||
for option
|
for option
|
||||||
do
|
do
|
||||||
opt="$opt `echo $option | sed -e \"s/\(--[^=]*=\)\(.* .*\)/\1'\2'/\"`"
|
opt="$opt `echo $option | sed -e \"s/\(--[^=]*=\)\(.* .*\)/\1'\2'/\"`"
|
||||||
|
|
||||||
case "$option" in
|
case "$option" in
|
||||||
-*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
|
-*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user