summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-05-25 14:37:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-05-25 14:37:35 +0200
commit198f551c481f3f4b9e0a01b21aee1fdf4257daa2 (patch)
treead75517699da6473b583a8bf8b957e0f0b816a84 /bin
parente58dc2cc9d1739c8ab3bb3e2b90569a3d6789f5d (diff)
downloadbuildscripts-198f551c481f3f4b9e0a01b21aee1fdf4257daa2.tar.gz
buildscripts-198f551c481f3f4b9e0a01b21aee1fdf4257daa2.tar.bz2
buildscripts-198f551c481f3f4b9e0a01b21aee1fdf4257daa2.zip
fix for last commit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-all-packages3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/build-all-packages b/bin/build-all-packages
index 7528501..e9e3c06 100755
--- a/bin/build-all-packages
+++ b/bin/build-all-packages
@@ -17,8 +17,6 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-CODENAME=$1
-
COMPONENT_MAIN="main"
COMPONENT_NIGHTLY="nightly"
@@ -33,6 +31,7 @@ test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo
set -ex
COMPONENT=${1:-""}
+CODENAME=${2:-""}
# build the newest code... (nightly-builds)
[ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ] || [ -z $COMPONENT ] && {