From f036700f0e4c112e533d0468da91ffa5e06929b9 Mon Sep 17 00:00:00 2001 From: "Kurt J. Bosch" Date: Sun, 3 Jul 2011 18:46:56 +0200 Subject: functions: Add missing quotes in mount_all() Prevent any word splitting where not intended. --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 } -- cgit v1.2.3