[ifxmips] preinit: use grep -q where applicable
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Feb 2010 00:34:34 +0000 (00:34 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Feb 2010 00:34:34 +0000 (00:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19481 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ifxmips/nfs/base-files/lib/preinit/01_init_nfs_ifxmips

index e2cf52d..7008928 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
        }
This page took 0.027229 seconds and 4 git commands to generate.