On Tue, Jan 28, 2014 at 11:23 AM, Gergo Tisza <[email protected]> wrote:
> At the risk of overcomplicating things, you could just disable that before
> setting the parameter. It could be even wrapped into a function to look
> neater:
>
> function copy_variable {
> set +x;
> export $2=${!1};
> set -x;
> }
>
> copy_variable MEDIAWIKI_PASSWORD_COMMONS MEDIAWIKI_PASSWORD
> # run script
>
Please ignore this part, Aaron found a better solution.
_______________________________________________
QA mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/qa