]> git.lyx.org Git - lyx.git/commit
Change backticks to preferred $(...) syntax.
authorRichard Heck <rgheck@lyx.org>
Mon, 21 Aug 2017 21:25:15 +0000 (17:25 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Aug 2017 21:25:15 +0000 (17:25 -0400)
commitddf2c2a9d437a1d6d1079e837a71154bd844d304
tree2e43f841de87383badc7e43818481198106c64a3
parente6cb0c56ffc8843216132fe97b67434c82ba2e1f
Change backticks to preferred $(...) syntax.

Replace A && B || C syntax with if-then-else. Apparently, this can
fail, even if B is "echo ...", if STDOUT is for some reason closed.
See https://github.com/koalaman/shellcheck/wiki/SC2015.
autogen.sh