junest/lib
Andreas Grub bc543a9285 Fix quoting in wrapper script
The 'eval' introduced in #262 unfortunately breaks command
invocations were a parameter contains spaces, such as

rg "my pattern with spaces"

as it would be called as `rg my pattern with
spaces`. This can be fixed using printf. Using
parameter extension quoting with ${@@Q} only
works with bash >4.4 (but only >4.0 is required).

At least the above invocation then works correctly!
2022-02-12 06:31:18 +01:00
..
checks Fix the --backend-command option 2021-10-13 12:23:41 +02:00
core Fix quoting in wrapper script 2022-02-12 06:31:18 +01:00
utils Issue #174: Add new program GRoot and change version option for JuNest! 2017-04-12 20:42:56 +01:00