From 13bf676f0ce8201de185c83fedda0a16564eb53e Mon Sep 17 00:00:00 2001 From: Jeppe Toustrup Date: Tue, 5 Jan 2010 23:57:38 +0100 Subject: Changed the default setup to a production setup, use 'dev' as a parameter if you want a development setup. --- etherpad/bin/rebuildjar.sh | 7 +++---- 1 file 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` -- cgit v1.2.3-1-g7c22