Typos (fix for Debian).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 11 Apr 2012 13:53:22 +0000 (13:53 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 11 Apr 2012 13:53:22 +0000 (13:53 +0000)
org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh
org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh

index 7eeb58f..c37c215 100755 (executable)
@@ -22,11 +22,11 @@ remotehost=$1
 COPYPROXY=$2
 
 egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then 
-        INSTALLCMD="apt-get install -q --yes"
+if [ $? = 0 ]; then 
+       INSTALLCMD="apt-get install -q --yes"
        INSTALLPKGS="lintian"
 else
-        INSTALLCMD="yum install -q -y --nogpgcheck"
+       INSTALLCMD="yum install -q -y --nogpgcheck"
        INSTALLPKGS="rpmlint"
 fi
 
index c0b2319..9a66053 100755 (executable)
@@ -22,11 +22,11 @@ remotehost=$1
 COPYPROXY=$2
 
 egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
-        INSTALLCMD="apt-get install -q --yes"
+if [ $? = 0 ]; then
+       INSTALLCMD="apt-get install -q --yes"
        INSTALLPKGS="lintian"
 else
-        INSTALLCMD="yum install -q -y --nogpgcheck"
+       INSTALLCMD="yum install -q -y --nogpgcheck"
        INSTALLPKGS="rpmlint"
 fi