bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:16:07 +0000 (11:16 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:16:07 +0000 (11:16 +0200)
build.common

index 071a965..350f662 100644 (file)
@@ -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 ;;