]> git.saurik.com Git - wxWidgets.git/commitdiff
syntax fixes
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Nov 2004 03:45:48 +0000 (03:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Nov 2004 03:45:48 +0000 (03:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all

index 736459acee8e6a229ea74a2a692a0d60f1a11168..5c5955bc41ad0cd6f004f68efd806617f9931034 100755 (executable)
@@ -365,13 +365,13 @@ if [ $skiplinux != yes ]; then
        #    wait $winPID
        #fi
 
-       (DoLinuxBuild co-rh9    rh9    $PYVER 2>&1 | PrefixLines co-rh9 &; \
-        DoLinuxBuild co-fc2    fc2    2.3    2>&1 | PrefixLines co-fc2    ) &
+       DoLinuxBuild co-rh9    rh9    $PYVER 2>&1 | PrefixLines co-rh9 & 
+       DoLinuxBuild co-fc2    fc2    2.3    2>&1 | PrefixLines co-fc2 &
 
        wait $!  # wait for the previous two to complete before starting the next two
 
-       (DoLinuxBuild co-mdk92  mdk92  2.3    2>&1 | PrefixLines co-mdk92  &; \
-        DoLinuxBuild co-mdk101 mdk101 2.3    2>&1 | PrefixLines co-mdk101    ) &
+       DoLinuxBuild co-mdk92  mdk92  2.3    2>&1 | PrefixLines co-mdk92  & 
+       DoLinuxBuild co-mdk101 mdk101 2.3    2>&1 | PrefixLines co-mdk101 & 
     fi
 fi