[ifxmips] preinit: use grep -q where applicable
[openwrt-10.03/.git] / target / linux / ifxmips / nfs / base-files / lib / preinit / 01_init_nfs_ifxmips
index e2cf52dc4e7304eb269e8aef333504ee55d6d6a3..70089282046a17568de1b1442d5cd6f6261dc19a 100644 (file)
@@ -2,7 +2,7 @@
 
 
 init_nfs() {
-       grep "/dev/root" /proc/mounts |grep -q nfs && {
+       grep "/dev/root" /proc/mounts | grep -q nfs && {
                echo "- init nfs -"
                exec /sbin/init
        }