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

Change subject: fix skipsite option
......................................................................


fix skipsite option

Change-Id: I8673e8c6d6ad3932beed374e8c46e91c26ad20f3
---
M dist/src/script/munge.sh
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/dist/src/script/munge.sh b/dist/src/script/munge.sh
index 5439f98..7c5d640 100755
--- a/dist/src/script/munge.sh
+++ b/dist/src/script/munge.sh
@@ -30,7 +30,7 @@
        ARGS="--labelLanguage $LANGS --singleLabel $LANGS"
 fi
 
-if [ ! -z "SKIPSITE" ]; then
+if [ ! -z "$SKIPSITE" ]; then
        ARGS="$ARGS --skipSiteLinks"
 fi
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8673e8c6d6ad3932beed374e8c46e91c26ad20f3
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to