Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-10 03:43:09 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-10 03:43:09 +0400
commit1d8fd48599f06af44521fe875b082beac8f56981 (patch)
treea5e461ee1a7f085fa0e2393fba7c6d810e4a0fbb /tests/travis
parent02948960cd5ca0e4aafd4a6f7eb34f71f51de48d (diff)
Fixing dumb mistake in last commit.
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/setup_webserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/setup_webserver.sh b/tests/travis/setup_webserver.sh
index 3ef38e497c..6ab7767d80 100755
--- a/tests/travis/setup_webserver.sh
+++ b/tests/travis/setup_webserver.sh
@@ -22,7 +22,7 @@ elif [ -d "$TRAVIS_BUILD_DIR/piwik/tmp/" ]; then
elif [ -d "$TRAVIS_BUILD_DIR" ]; then
PHP_FPM_LOG="$TRAVIS_BUILD_DIR/php-fpm.log"
else
- PHP_FPM_LOG = "$HOME/php-fpm.log"
+ PHP_FPM_LOG="$HOME/php-fpm.log"
fi
USER=$(whoami)