From 9f5888d4f2f22bee8fd0c61cfbec1e674b963a2d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 24 Mar 2023 19:37:47 +0000 Subject: [PATCH] common: quote all arguments Signed-off-by: Emil Velikov --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 23f0635..372cc7b 100644 --- a/common +++ b/common @@ -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() {