oops... typo
authorFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 23:18:47 +0000 (23:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 23:18:47 +0000 (23:18 +0000)
SVN-Revision: 6267

target/linux/rb532-2.6/base-files/sbin/cf2nand

index 169f7eb8d5903888d9d7792c191b1f71104ac40f..9cb216ca82e4cb37db9ec2c8f6b4d92027cfd5a7 100755 (executable)
@@ -10,7 +10,7 @@ copy_kernel() {
        /sbin/patch-cmdline "$output" "$cmdline"
 }
 
-fstype="$(mount | grep ' / ' | awk '$1 != "rootfs" {print $5}')"
+fstype="$(mount | grep ' / ' | awk '$5 != "rootfs" {print $5}')"
 case "$fstype" in
        ext2|jffs2) echo "Copying from $fstype to yaffs2";;
        *) echo "Invalid filesystem."; exit 1;;