]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-linux
corrected code to not suppose that Write() always writes all the data it was given
[wxWidgets.git] / wxPython / distrib / all / build-linux
index ba90b54b073e89995ee1b9b0a82fb8560241e6e0..7a632ae24cff880f81e2fe8748805716bdd62d11 100755 (executable)
@@ -18,7 +18,7 @@ set -o errexit
 
 echo "-=-=-=-  Hello from $HOSTNAME  -=-=-=-"
 
-if [ $# -lt ]; then
+if [ $# -lt 4]; then
     echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION PYVER..."
     exit 1
 fi
@@ -43,9 +43,9 @@ for ver in $PYVER; do
 done
 
 
-echo "Copying RPMs to $DESTDIR..."
-cp  wxPythonGTK*.i[0-9]86.rpm $DESTDIR
-cd $DESTDIR
+#echo "Copying RPMs to $DESTDIR..."
+#cp  wxPythonGTK*.i[0-9]86.rpm $DESTDIR
+#cd $DESTDIR
 
 
 if [ $SKIPCLEAN != yes ]; then