[arch-projects] [initscripts] [PATCH 04/13] functions: Add missing quotes in mount_all()

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Sun Jul 3 16:31:06 EDT 2011


---
 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



More information about the arch-projects mailing list