Utils: Removed ErrnoException and implemented generic Exception base-class
[senf.git] / admin / build.sh
index 87e2587..cd69e9b 100755 (executable)
@@ -16,7 +16,7 @@ echo -n '# Starting build at '; date --utc
 
 if [ "$1" == "-c" ]; then
     echo '$ find -mindepth 1 -maxdepth 1 ! -name .svn | xargs rm -rf'
-    find -mindepth 1 -maxdepth 1 ! -name .svn ! -name build.log | xargs rm -rf
+    find -mindepth 1 -maxdepth 1 ! -name .svn | xargs rm -rf
 fi
 
 echo '$ svn update'