junest/lib/core
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
..
build.sh Change mirrorlist, update the initial message, do not inherit PATH variable and use precompiled yay during build phase 2021-09-11 14:44:35 +02:00
chroot.sh Use true fakechroot/fakeroot in ns fakeroot mode 2021-01-04 19:21:07 +01:00
common.sh #284 Fix copy command 2022-01-05 23:47:55 +01:00
namespace.sh Fix the --backend-command option 2021-10-13 12:23:41 +02:00
proot.sh Fix the --backend-command option 2021-10-13 12:23:41 +02:00
setup.sh Change mirrorlist, update the initial message, do not inherit PATH variable and use precompiled yay during build phase 2021-09-11 14:44:35 +02:00
wrappers.sh Fix quoting in wrapper script 2022-02-12 06:31:18 +01:00