diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-22 23:38:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-22 23:38:29 +0000 |
commit | 51c8a59e0d93a0552c72f91e263e4852643c3031 (patch) | |
tree | a895804f3ac4c684c0f4a4bda9231537ce5a07ea /package/base-files | |
parent | 3a8b525db91ac938d5af0116bbb1098c5cac553b (diff) | |
download | upstream-51c8a59e0d93a0552c72f91e263e4852643c3031.tar.gz upstream-51c8a59e0d93a0552c72f91e263e4852643c3031.tar.bz2 upstream-51c8a59e0d93a0552c72f91e263e4852643c3031.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/default/sbin/mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index e855b41a1e..bd9b815e12 100755 --- a/package/base-files/default/sbin/mount_root +++ b/package/base-files/default/sbin/mount_root @@ -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 |