From 1e623aa8f7f6eebe7d02e4f672f261f1ae82495e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Mar 2017 16:02:25 -0700 Subject: [PATCH] custom-chroot: quote paths --- .bin/custom-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/custom-chroot b/.bin/custom-chroot index e76d525..c4036aa 100755 --- a/.bin/custom-chroot +++ b/.bin/custom-chroot @@ -141,7 +141,7 @@ main() { local m for m in "${mounts[@]}" ; do - maybe_mount ${m} + maybe_mount "${m}" done # Handle special mounts that we don't want to just bind mount. if ! is_mounted "${chroot}/dev/pts" ; then -- 2.39.2