From ed3b0c66f9e90b8fafb7996b7700fd34db7ddc11 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 6 Nov 2012 23:18:08 +0000 Subject: [PATCH] net/bonding: checkbashisms. Signed-off-by: Robin H. Johnson --- net/bonding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bonding.sh b/net/bonding.sh index 044ce21c..c3e532a2 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -136,7 +136,7 @@ bonding_pre_start() else # warn if root on nfs and no subsume interface supplied local root_fs_type=$(mountinfo -s /) - if [ "${root_fs_type}" == "nfs" ]; then + if [ "${root_fs_type}" = "nfs" ]; then warn_nfs=1 ewarn "NFS root detected!!!" ewarn " If your system crashes here, /etc/conf.d/net needs"