xorg: fix for buildx.sh where multi commands in configure

This commit is contained in:
Jay Sorg 2012-07-27 11:41:44 -07:00
parent 00f1a5d85e
commit 4066edfa47

View File

@ -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"