Browse Source

Force build removal

Philipp Hagemeister 12 years ago
parent
commit
253d96f2e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devscripts/release.sh

+ 1 - 1
devscripts/release.sh

@@ -81,6 +81,6 @@ ROOT=$(pwd)
     git push "$ROOT" gh-pages
     git push "$ORIGIN_URL" gh-pages
 )
-rm -r build
+rm -rf build
 
 echo "\n### DONE!"