Author: buildbot
Date: Thu Mar 14 17:15:25 2013
New Revision: 854486

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/downloads/test1.cgi

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 14 17:15:25 2013
@@ -1 +1 @@
-1456535
+1456547

Modified: websites/staging/vcl/trunk/content/downloads/test1.cgi
==============================================================================
--- websites/staging/vcl/trunk/content/downloads/test1.cgi (original)
+++ websites/staging/vcl/trunk/content/downloads/test1.cgi Thu Mar 14 17:15:25 
2013
@@ -6,7 +6,9 @@
 echo Content-type: text/plain
 echo ""
 
-if [[ "$HTTP_HOST" = "vcl.staging.apache.org" ]]; then
+echo "|${HTTP_HOST}|"
+
+if [[ "${HTTP_HOST}" = "vcl.staging.apache.org" ]]; then
        echo staging
 else
        echo "not staging"


Reply via email to