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
path: root/misc
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-07-29 01:43:29 +0400
committersgiehl <stefan@piwik.org>2013-07-29 01:43:29 +0400
commit82f8bba591b8dbef8b43a845d7b56909e2703357 (patch)
tree0de38914d0f1b3cddeede0c1735813fc9a459350 /misc
parent02e0be4ba9cb91da4f5146995f1cb76f0f867f24 (diff)
small fix
Diffstat (limited to 'misc')
-rw-r--r--misc/updateLanguageFiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/updateLanguageFiles.sh b/misc/updateLanguageFiles.sh
index 1715bef6c8..c824d0b02d 100644
--- a/misc/updateLanguageFiles.sh
+++ b/misc/updateLanguageFiles.sh
@@ -2,7 +2,7 @@
PIWIKPATH=$PWD/..
ENABLEGIT=1;
-if [ $1 == '--no-git' ]; then
+if [ "$1" == '--no-git' ]; then
ENABLEGIT=0;
echo "NO-GIT MODE: No git actions will be performed!!"
fi