From: František Dvořák Date: Wed, 11 Apr 2012 13:22:57 +0000 (+0000) Subject: Typo (fix for Debian). X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~20 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8bd37055bd5f29b636046e6a8a55a59a0732b00f;p=jra1mw.git Typo (fix for Debian). --- diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 8c417ed..85e0999 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -22,7 +22,7 @@ remotehost=$1 COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue -if [ \$? = 0 ]; then +if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" INSTALLPKGS="lintian apache2 netcat-traditional" else