jenkins-bot has submitted this change and it was merged.

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


Fix unbound variable error

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

Approvals:
  Raimond Spekking: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: If6aeff488ffdc99a833bc4ee21c4b82444f105c4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to