From 4541031f98cf2f0611bc2dc358044a6b1eef40f1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 16 Oct 2012 19:48:36 +0200 Subject: [PATCH] we love typos, yes we do --- extract_storage_kernel+modules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5