summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
committerMichael Prokop <mika@debian.org>2010-06-14 12:10:28 +0200
commit60afd2a944cf36a5bce6ca3b4c07a422e98efeba (patch)
treed4212689fd78054ba3e65897f846184314696bed /mkinitramfs
parent2a8c9907b1095015e1d669d3cd895657936f6247 (diff)
downloadinitramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.tar.gz
initramfs-tools-60afd2a944cf36a5bce6ca3b4c07a422e98efeba.zip
code cleanup: drop trailing whitespaces.
Signed-off-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-xmkinitramfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitramfs b/mkinitramfs
index 58e4c11..70e5c13 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -315,7 +315,7 @@ exec 3>&1
eval `
# http://cfaj.freeshell.org/shell/cus-faq-2.html
exec 4>&1 >&3 3>&-
- cd "${DESTDIR}"
+ cd "${DESTDIR}"
{
find . 4>&-; echo "ec1=$?;" >&4
} | {