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

ulab-next
Jay Sorg 12 years ago
parent 00f1a5d85e
commit 4066edfa47

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

Loading…
Cancel
Save