From 8cfb7ce3d165465b5f57342054469202feae73a2 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 2 Sep 2015 07:44:58 -0400 Subject: [PATCH] ice-setup: normalize on ARCH and DIST in build script Signed-off-by: Alfredo Deza --- ice-setup/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-setup/build/build b/ice-setup/build/build index ac8f4e1f..497f945b 100644 --- a/ice-setup/build/build +++ b/ice-setup/build/build @@ -5,7 +5,7 @@ cd $WORKSPACE/ice-setup DEBIAN=0 -if [ $Dist = 'trusty' -o $Dist = 'precise' -o $Dist = 'wheezy' ] ; then +if [ $DIST = 'trusty' -o $DIST = 'precise' -o $DIST = 'wheezy' ] ; then DEBIAN=1 fi -- 2.39.5