From: Holger Levsen Date: Tue, 16 Oct 2012 17:48:36 +0000 (+0200) Subject: we love typos, yes we do X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4541031f98cf2f0611bc2dc358044a6b1eef40f1;p=profitbricks%2Fjenkins-build-scripts.git we love typos, yes we do --- diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index b3f6253..27f31d1 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -15,9 +15,9 @@ export PB_SUITE=$DISTRIBUTION export TARGET_BASE=/srv/storage-kernels if [ "$DISTRIBUTION" = "production-proposed-updates" ] ; then - export $TARGET_DIR=$TARGET_BASE/master/$BUILD_NUMBER + export TARGET_DIR=$TARGET_BASE/master/$BUILD_NUMBER elif [ "$DISTRIBUTION" = "pre-staging" ] ; then - export $TARGET_DIR=$TARGET_BASE/develop/$BUILD_NUMBER + export TARGET_DIR=$TARGET_BASE/develop/$BUILD_NUMBER else echo "DISTRIBUTION must be 'production-proposed-updates' or 'pre-staging', exiting." figlet "FAIL"