Prevent any word splitting where not intended.
---
 functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/functions b/functions
index 71b49e3..ec043b6 100644
--- a/functions
+++ b/functions
@@ -417,7 +417,7 @@ fsck_reboot() {
 mount_all() {
        stat_busy "Mounting Local Filesystems"
                run_hook sysinit_premount
-               mount -a -t $NETFS -O no_netdev
+               mount -a -t "$NETFS" -O no_netdev
                run_hook sysinit_postmount
        stat_done
 }
-- 
1.7.1

Reply via email to