]> jfr.im git - irc/weechat/weechat.git/commit
core: don't use eval to run commands in scripts
authorSébastien Helleu <redacted>
Wed, 4 Jan 2023 20:35:13 +0000 (21:35 +0100)
committerSébastien Helleu <redacted>
Wed, 4 Jan 2023 21:20:51 +0000 (22:20 +0100)
commit9dd85507d0c7cc1ca66d3d862d029b797f69507a
tree1875261719d0f8da4b0181eba5e01048e3f8c6cb
parentc6df2e7b8e8425b8154eafd176263b466b2249de
core: don't use eval to run commands in scripts

This fixes the following shellcheck error:

SC2294 (warning): eval negates the benefit of arrays. Drop eval to preserve
whitespace/symbols (or eval as string).
autogen.sh
tools/build-test.sh