From 4066edfa47a9fbfc3e0098b72b70d2d0b54cecac Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 27 Jul 2012 11:41:44 -0700 Subject: [PATCH] xorg: fix for buildx.sh where multi commands in configure --- xorg/X11R7.6/buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 6cbbd74a..ad8949f1 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -222,7 +222,7 @@ make_it() echo "*** processing module $mod_name ($count of $num_modules) ***" echo "" - extract_it $mod_file $mod_name $mod_args + extract_it $mod_file $mod_name "$mod_args" if [ $? -ne 0 ]; then echo "" echo "extract failed for module $mod_name"