waf-utils.eclass: Simplify output of configure command and arguments
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 9 Jan 2019 21:49:27 +0000 (21:49 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 13 Jan 2019 22:47:16 +0000 (22:47 +0000)
commit519fafed4a8220edd03a14094989fc2ee07df30f
treed6e1060f4e37459059da5d8fb01e0e03bc93fa69
parent937949dcf453f5ad66f38f65b8bd373c4d5b624a
waf-utils.eclass: Simplify output of configure command and arguments

We can just assign these to an array and echo before executing. Using
@Q makes Bash quote the output. This only works in Bash 4.4 and later
but on earlier versions, it simply doesn't quote.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
eclass/waf-utils.eclass