]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ice-setup: normalize on ARCH and DIST in build script
authorAlfredo Deza <adeza@redhat.com>
Wed, 2 Sep 2015 11:44:58 +0000 (07:44 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 2 Sep 2015 11:44:58 +0000 (07:44 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ice-setup/build/build

index ac8f4e1f92f8ca9d1436988be91cc1fad51ea672..497f945bf69c7087af2c4912afbb577bb2977bac 100644 (file)
@@ -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