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

master
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 "*** processing module $mod_name ($count of $num_modules) ***"
echo "" echo ""
extract_it $mod_file $mod_name $mod_args extract_it $mod_file $mod_name "$mod_args"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "" echo ""
echo "extract failed for module $mod_name" echo "extract failed for module $mod_name"

Loading…
Cancel
Save