From: Felix Fietkau Date: Sun, 22 Jan 2006 23:37:44 +0000 (+0000) Subject: fix typo X-Git-Tag: whiterussian_rc5~211 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dde130b13a3c9c681c446efc228e1eada345c7e4;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix typo SVN-Revision: 3037 --- diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root index 9229c9928a..88a233662d 100755 --- a/openwrt/package/base-files/default/sbin/mount_root +++ b/openwrt/package/base-files/default/sbin/mount_root @@ -28,7 +28,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