From aa509db2f748ff800f806f13571dd6cf141aed5d Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 20 Jan 2014 12:23:14 +0100 Subject: [PATCH] MT#5709 Copy&paste typo has fixed for MRBUILD_RELEASE --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 07599f6..72deeca 100755 --- a/deployment.sh +++ b/deployment.sh @@ -281,7 +281,7 @@ if checkBootParam ngcpautobuildrelease ; then fi if checkBootParam ngcpmrrelease ; then - AUTOBUILD_RELEASE=$(getBootParam ngcpmrrelease) + MRBUILD_RELEASE=$(getBootParam ngcpmrrelease) export SKIP_SOURCES_LIST=true # make sure it's available within grml-chroot subshell fi