No escape (script text launched directly).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 7 Jul 2012 10:04:01 +0000 (10:04 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sat, 7 Jul 2012 10:04:01 +0000 (10:04 +0000)
org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh
org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh
org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh

index 40f6283..225a89f 100755 (executable)
@@ -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
index 0d44222..50d4ce7 100755 (executable)
@@ -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
index 0e142d9..30ad6fe 100755 (executable)
@@ -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