build: Fix typo.

ck_pring
Samy Al Bahra 12 years ago
parent dea255ce14
commit 75a6372c5f

2
configure vendored

@ -128,7 +128,7 @@ generate_stdout()
}
for option in $*; do
value=`echo "$option" : sed -e 's/^[^=]*=\(.*\)/\1/'`
value=`echo "$option" | sed -e 's/^[^=]*=\(.*\)/\1/'`
case "$option" in
--help)

Loading…
Cancel
Save