From 3ceb6b3274d75fb5dc05b9eb42f2a98ee445f122 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 9 Dec 2013 11:30:14 +0000 Subject: base-files: fix whitespaces Signed-off-by: Luka Perkov SVN-Revision: 39006 --- package/base-files/files/lib/upgrade/common.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package/base-files/files/lib/upgrade/common.sh') diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 6122ae7..15ee703 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -38,7 +38,7 @@ supivot() { # mkdir -p $1$2 $1/proc $1/sys $1/dev $1/tmp $1/overlay && \ mount -o noatime,move /proc $1/proc && \ pivot_root $1 $1$2 || { - umount -l $1 $1 + umount -l $1 $1 return 1 } @@ -50,10 +50,10 @@ supivot() { # } run_ramfs() { # [...] - install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount \ - /sbin/pivot_root /usr/bin/wget /sbin/reboot /bin/sync /bin/dd \ - /bin/grep /bin/cp /bin/mv /bin/tar /usr/bin/md5sum "/usr/bin/[" \ - /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump \ + install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount \ + /sbin/pivot_root /usr/bin/wget /sbin/reboot /bin/sync /bin/dd \ + /bin/grep /bin/cp /bin/mv /bin/tar /usr/bin/md5sum "/usr/bin/[" \ + /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump \ /bin/sleep /bin/zcat /usr/bin/bzcat /usr/bin/printf /usr/bin/wc install_bin /sbin/mtd @@ -94,7 +94,7 @@ kill_remaining() { # [ ] local cmdline read cmdline < /proc/$pid/cmdline - # Skip kernel threads + # Skip kernel threads [ -n "$cmdline" ] || continue case "$name" in -- cgit v1.1