From fbe16da728528ffecd388949a59f6960adcba8aa Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Fri, 16 Nov 2012 20:52:19 +0000 Subject: [PATCH] dont forget to allow for cleanup --- bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 27165bfa1..c67a3701c 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -65,6 +65,6 @@ zip -9 -r etherpad-lite-win.zip etherpad-lite-win mv etherpad-lite-win.zip $START_FOLDER echo "clean up..." -# rm -rf /tmp/etherpad-lite-win +rm -rf /tmp/etherpad-lite-win echo "Finished. You can find the zip in the Etherpad Lite root folder, it's called etherpad-lite-win.zip"