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