From b9baa1f1f8c2d919757b37e1aafb8f9337271871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 3 Jan 2013 21:39:18 +0100 Subject: easy_e17.sh: fix autogen_global usage --- easy_e17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index 70c85d6..3b495e6 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1139,7 +1139,7 @@ function compile () args="$args `echo $app_arg | cut -d':' -f2- | tr -s '+' ' '`" fi done - args="$args $autogen_global" + args=$(echo "$args $autogen_global" | tr -s '+' ' ') if [ "$name" == "ewebkit" ]; then if [ $package_make_only != 1 ] || [ $package_clean -gt 1 ] || [ ! -e "$ewk_build_dir/Makefile" ]; then run_command "$name" "$path" "cmake" "cmake : " "$mode" "$ewk_build_cmd" -- cgit v1.1-2-g2b99