diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-02-20 21:25:45 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-02-20 21:25:45 +0000 |
commit | 3a12229c1daf18801d1c3d87f178ed5730d66b75 (patch) | |
tree | fad0a04e98d0ac5a2a1df4a301acf5f9bcd2127e | |
parent | 29fd37780b9070fb3f52bdaab4560fffa679275d (diff) | |
download | upstream-3a12229c1daf18801d1c3d87f178ed5730d66b75.tar.gz upstream-3a12229c1daf18801d1c3d87f178ed5730d66b75.tar.bz2 upstream-3a12229c1daf18801d1c3d87f178ed5730d66b75.zip |
Fix whitespace
SVN-Revision: 25632
-rw-r--r-- | package/base-files/files/lib/preinit/40_mount_jffs2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/preinit/40_mount_jffs2 b/package/base-files/files/lib/preinit/40_mount_jffs2 index d2f05b02ce..00f45a8908 100644 --- a/package/base-files/files/lib/preinit/40_mount_jffs2 +++ b/package/base-files/files/lib/preinit/40_mount_jffs2 @@ -3,7 +3,7 @@ # Copyright (C) 2010 Vertical Communications find_mount_jffs2() { - mkdir -p /tmp/overlay + mkdir -p /tmp/overlay mount "$(find_mtd_part rootfs_data)" /tmp/overlay -t jffs2 mtd -qq unlock rootfs_data } |