From: František Dvořák Date: Wed, 11 Apr 2012 14:29:12 +0000 (+0000) Subject: Fixes in changes for Debian. X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_2~17 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=83f88aa2dea535fc1a101c0a5a0316e94cb2eef6;p=jra1mw.git Fixes in changes 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 4e4ede7..0a68cf9 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -55,12 +55,12 @@ done HTTPD_CONF=\$HTTPD_CONFDIR/gridsite-webserver.conf # Debian compress everything inside /usr/share/doc -HTTPD_CONF_SRC=`ls -1 /usr/share/doc/gridsite-*/httpd-webserver.conf* | head -n 1` +HTTPD_CONF_SRC=\`ls -1 /usr/share/doc/gridsite-*/httpd-webserver.conf* | head -n 1\` if echo \$HTTPD_CONF_SRC | grep '\.gz$' >/dev/null 2>&1; then gzip -dc < \$HTTPD_CONF_SRC > /tmp/httpd-webserver.conf HTTPD_CONF_SRC=/tmp/httpd-webserver.conf fi -if test [ -z "\$HTTPD_CONF_SRC" ]; then +if [ -z "\$HTTPD_CONF_SRC" ]; then echo "gridsite apache config example not found" >&2 exit 2 fi