From e8c4440b6310b69bc5d239f8f8fcf36e0870712f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 7 Jul 2012 10:04:01 +0000 Subject: [PATCH] No escape (script text launched directly). --- org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh | 2 +- org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh | 2 +- org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh index 40f6283..225a89f 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh @@ -40,7 +40,7 @@ EndHelpHeader STARTTIME=`date +%s` egrep -i "Debian|Ubuntu" /etc/issue -if [ \$? = 0 ]; then +if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" INSTALLPKGS="lintian" else diff --git a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh index 0d44222..50d4ce7 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -38,7 +38,7 @@ EndHelpHeader } egrep -i "Debian|Ubuntu" /etc/issue -if [ \$? = 0 ]; then +if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" INSTALLPKGS="lintian" else diff --git a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh index 0e142d9..30ad6fe 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh @@ -40,7 +40,7 @@ EndHelpHeader STARTTIME=`date +%s` egrep -i "Debian|Ubuntu" /etc/issue -if [ \$? = 0 ]; then +if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" INSTALLPKGS="lintian" else -- 1.8.2.3