]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-all
more consistent naming
[wxWidgets.git] / wxPython / distrib / all / build-all
index aec2c51d026c5b6e70a0a30a23dd132c0d11ea38..a8308d7f4e5cfc89c7b50e15aa8fba9bce326960 100755 (executable)
@@ -203,7 +203,7 @@ if [ $skipwin != yes ]; then
      ssh $WIN_HOST "cd $WIN_BUILD && $cmd $wxdir $WIN_BUILD $skipclean $VERSION $PYVER && rm $cmd"
 
      echo "Fetching the results..."
-     scp $WIN_HOST:$WIN_BUILD/wxPython*-win32*  $STAGING_DIR
+     scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*"  $STAGING_DIR
      ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
 fi