Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/218340

Change subject: Fix unbound variable error
......................................................................

Fix unbound variable error

Change-Id: If6aeff488ffdc99a833bc4ee21c4b82444f105c4
---
M bin/repoupdate
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/40/218340/1

diff --git a/bin/repoupdate b/bin/repoupdate
index b71fb42..eac92e8 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -25,7 +25,7 @@
 }
 
 processGroups() {
-       if [ -z "$REPO_RW" ]
+       if [ "${REPO_RW:-no}" = "yes" ]
        then
                sudo -u betawiki php 
"$WIKI/extensions/Translate/scripts/processMessageChanges.php" --quiet 
--group="$1" &&
                echo "Please check 
https://translatewiki.net/wiki/Special:ManageMessageGroups";

-- 
To view, visit https://gerrit.wikimedia.org/r/218340
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If6aeff488ffdc99a833bc4ee21c4b82444f105c4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to