diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-27 11:41:44 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-27 11:41:44 -0700 |
commit | 4066edfa47a9fbfc3e0098b72b70d2d0b54cecac (patch) | |
tree | f5b45dc1d9cd219d318c42339b5aebd74e7cd309 | |
parent | 00f1a5d85e9542d93c6e84288d00d6953fb33c71 (diff) | |
download | xrdp-proprietary-4066edfa47a9fbfc3e0098b72b70d2d0b54cecac.tar.gz xrdp-proprietary-4066edfa47a9fbfc3e0098b72b70d2d0b54cecac.zip |
xorg: fix for buildx.sh where multi commands in configure
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |