common: quote all arguments

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-03-24 19:37:47 +00:00
parent b4490d003e
commit 9f5888d4f2

2
common
View File

@ -124,7 +124,7 @@ chroot_add_mount_lazy() {
chroot_bind_device() {
touch "$2" && CHROOT_ACTIVE_FILES=("$2" "${CHROOT_ACTIVE_FILES[@]}")
chroot_add_mount $1 "$2" --bind
chroot_add_mount "$1" "$2" --bind
}
chroot_add_link() {