From: cajus Date: Tue, 3 Jun 2008 19:01:09 +0000 (+0000) Subject: Now without the exit ;-) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=413f3a0e659a4e30a9e7b9150a5c3fcb3915df2a;p=gosa.git Now without the exit ;-) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11183 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/make-gosa-package b/gosa-core/contrib/make-gosa-package index ffdf3c9ff..1687f42a3 100755 --- a/gosa-core/contrib/make-gosa-package +++ b/gosa-core/contrib/make-gosa-package @@ -71,9 +71,6 @@ while true; do esac done -echo $BRANCH -exit 0 - [ $BRANCH = "trunk" ] || BRANCH="branches/$BRANCH" echo "Loading svn information for '${BRANCH}'..." svn co -N https://oss.gonicus.de/repositories/gosa/${BRANCH} gosa-info/ > /dev/null