contrib: Make X=Y arguments work in install_db4
commitc0298b06e5b58ed8b177c39354a0c3f8b1b88263
authorWladimir J. van der Laan <laanwj@gmail.com>
Tue, 19 Dec 2017 11:53:45 +0000 (19 12:53 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Tue, 19 Dec 2017 11:53:45 +0000 (19 12:53 +0100)
tree0ce83fee573a8875b70452186cfd818e8ebcec12
parentb798f9bab99891cbc779f1c05502b76f8b7d3cea
contrib: Make X=Y arguments work in install_db4

Trailing X=Y arguments are supposed to be passed through unchanged
to bdb's configure. This was not the case, at least with OpenBSD
6.2's shell.

Fix this by not storing the arguments in a temporary variable but
passing "$@" through directly.
contrib/install_db4.sh