fixes files from [3112]
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / default / sbin / mount_root
index 693c694c1b57dc6423e4ea98157e88058393a1db..427ff0444ff06c3959d61dc6def73734213404d4 100755 (executable)
@@ -30,7 +30,7 @@ if [ "$1" != "failsafe" ]; then
                        pivot_root /jffs /jffs/rom
                        mount none /proc -t proc
                        mount none /dev -t devfs
-                       umount /rom/proc rom/dev >&-
+                       umount /rom/proc /rom/dev >&-
                fi
        fi
 fi