From 83f88aa2dea535fc1a101c0a5a0316e94cb2eef6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 11 Apr 2012 14:29:12 +0000 Subject: [PATCH] Fixes in changes for Debian. --- org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.2.3