mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
a4bbe98cd3
* set -e: Abort on error. * set -u: Emit error for undefined variables. There was one case of unconditional access of a possibly undefined variable in listRecentCommits.sh. Fixed by replacing the old "x$x"="x" hack with an explicit emptiness check. The hack is needed when supporting ancient non-bash shells, but this script explicitly invokes a bash environment which 'test -z'. Change-Id: I41a1c0d1bd57b5e241b83224096d32876fd913af |
||
---|---|---|
.. | ||
buildi18n-json.sh | ||
buildi18n-php.php | ||
generateDocs.sh | ||
listRecentCommits.sh | ||
updateSubmodule.sh |