From 776b7a3eca5500304f17e7e2025eb951f8ac849d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 13 May 2014 11:16:07 +0200 Subject: [PATCH] bugfix --- build.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.43.0