]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-linux
don't fail if the cleanup fails
[wxWidgets.git] / wxPython / distrib / all / build-linux
index cd08a0fefae65a811453fcbbbf001f0ecb56ad1f..8872d2622288297e84e059d5d7010a8cd848e683 100755 (executable)
@@ -58,7 +58,7 @@ cd $DESTDIR
 
 if [ $SKIPCLEAN != yes ]; then 
     echo "Cleaning up..."
-    rm -rf $WXDIR
+    rm -rf $WXDIR || true
 fi
 
 echo "-=-=-=-  Goodbye!  -=-=-=-"