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

index 8c417ed..85e0999 100755 (executable)
@@ -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