From 26d11b33cf4dc9d15688c734632ea850c6d2e3d3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 16 Jul 2007 17:07:15 +0000 Subject: Use printf so we don't put blank lines at the top of new files and fix mountinfo for nfs roots --- sh/rc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/rc-functions.sh b/sh/rc-functions.sh index 632060ad..a1a7644b 100755 --- a/sh/rc-functions.sh +++ b/sh/rc-functions.sh @@ -21,7 +21,7 @@ stop_addon() { is_net_fs() { [ -z "$1" ] && return 1 - local t=$(mountinfo --fstype "$1" ) + local t=$(mountinfo --fstype "$1") for x in ${RC_NET_FS_LIST} ; do [ "${x}" = "${t}" ] && return 0 done -- cgit v1.2.3