]> arthur.barton.de Git - bup.git/commit
configure.inc: avoid bash-specific printf %q
authorRob Browning <rlb@defaultvalue.org>
Sun, 18 Aug 2019 17:17:25 +0000 (12:17 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Aug 2019 18:47:47 +0000 (13:47 -0500)
commit3f5e89ef0ed18eecbacc3671211f804b54b93c51
treee4a9031a1f047b8f8f87e1b14ad6645a5cec52a0
parent9416fd0787d5f960e1cb07e313ebc9d00e8bc3ec
configure.inc: avoid bash-specific printf %q

Although I'm the one who suggested it in the first place, avoid printf
%q since it's bash specific, and the ./configure specifies /bin/sh.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
config/configure.inc