From: Mike Frysinger Date: Wed, 15 Mar 2017 23:02:25 +0000 (-0700) Subject: custom-chroot: quote paths X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1e623aa8f7f6eebe7d02e4f672f261f1ae82495e;p=home.git custom-chroot: quote paths --- 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