From 75a6372c5fa7ca76bbe541f56e47195f7971e28f Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 9 Feb 2013 13:35:40 -0500 Subject: [PATCH] build: Fix typo. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bb9a836..059ad61 100755 --- a/configure +++ b/configure @@ -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)