Nikerabbit has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/326902 )
Change subject: oregano: fix a bug found by shellcheck
......................................................................
oregano: fix a bug found by shellcheck
We do check for workdir, but we failed to stop processing due to
use of incorrect variable, resulting bogus directories being created.
Change-Id: If27e053f8a2a8bca6b5ce8d893c4cb88fa4fc31d
---
M bin/oregano
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/translatewiki
refs/changes/02/326902/1
diff --git a/bin/oregano b/bin/oregano
index 3f33d0b..0b36190 100755
--- a/bin/oregano
+++ b/bin/oregano
@@ -12,7 +12,7 @@
COMMAND=""
fi
-case $1 in
+case $COMMAND in
deploy)
mkdir -p targets tags
--
To view, visit https://gerrit.wikimedia.org/r/326902
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If27e053f8a2a8bca6b5ce8d893c4cb88fa4fc31d
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