mediawiki-extensions-Visual.../bin
Timo Tijhof a4bbe98cd3 bin: Enable 'set -e' and 'set -u' in bash scripts
* 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
2015-04-29 00:48:24 +01:00
..
buildi18n-json.sh bin: Enable 'set -e' and 'set -u' in bash scripts 2015-04-29 00:48:24 +01:00
buildi18n-php.php Move libraries to the lib/ directory 2013-12-19 23:02:52 +01:00
generateDocs.sh build: Move pre/post 'doc' task into package.json 2015-04-06 17:18:29 +01:00
listRecentCommits.sh bin: Enable 'set -e' and 'set -u' in bash scripts 2015-04-29 00:48:24 +01:00
updateSubmodule.sh bin: Enable 'set -e' and 'set -u' in bash scripts 2015-04-29 00:48:24 +01:00