common: quote all arguments
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
b4490d003e
commit
9f5888d4f2
2
common
2
common
@ -124,7 +124,7 @@ chroot_add_mount_lazy() {
|
|||||||
|
|
||||||
chroot_bind_device() {
|
chroot_bind_device() {
|
||||||
touch "$2" && CHROOT_ACTIVE_FILES=("$2" "${CHROOT_ACTIVE_FILES[@]}")
|
touch "$2" && CHROOT_ACTIVE_FILES=("$2" "${CHROOT_ACTIVE_FILES[@]}")
|
||||||
chroot_add_mount $1 "$2" --bind
|
chroot_add_mount "$1" "$2" --bind
|
||||||
}
|
}
|
||||||
|
|
||||||
chroot_add_link() {
|
chroot_add_link() {
|
||||||
|
Loading…
Reference in New Issue
Block a user