aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetherpad/bin/rebuildjar.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/etherpad/bin/rebuildjar.sh b/etherpad/bin/rebuildjar.sh
index a63cc0c..40f6a10 100755
--- a/etherpad/bin/rebuildjar.sh
+++ b/etherpad/bin/rebuildjar.sh
@@ -82,10 +82,9 @@ trap notify EXIT
source ../infrastructure/bin/compilecache.sh
-suffix="-dev";
-if [ "$1" == "prod" ]; then
- suffix="";
- shift;
+if [ "$1" == "dev" ]; then
+ suffix="-dev";
+ shift
fi
OWD=`pwd`