From: Thierry Parmentelat Date: Tue, 13 May 2014 09:16:07 +0000 (+0200) Subject: bugfix X-Git-Tag: 5.3.6~41 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=776b7a3eca5500304f17e7e2025eb951f8ac849d bugfix --- diff --git a/build.common b/build.common index 071a9658..350f662c 100644 --- a/build.common +++ b/build.common @@ -20,7 +20,7 @@ function pl_getDistro() { case $distro in Scientific*) distro="SL" ; esac elif [ -f /etc/lsb-release ] ; then . /etc/lsb-release - echo $DISTRIB_CODENAME + distro=$DISTRIB_CODENAME elif [ -f /etc/debian_version ] ; then case $(cat /etc/debian_version) in 6.*) distro=squeeze ;;