From 6026298b9cc5112903c15f70a438bd65de35d395 Mon Sep 17 00:00:00 2001
From: Ivan Davidov <davidov.i@gmail.com>
Date: Fri, 24 Nov 2017 15:03:16 +0200
Subject: [PATCH] Minor fix - removed unnecessary white space.

---
 src/09_generate_rootfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/09_generate_rootfs.sh b/src/09_generate_rootfs.sh
index a83b5eda8..dac4cea08 100755
--- a/src/09_generate_rootfs.sh
+++ b/src/09_generate_rootfs.sh
@@ -42,7 +42,7 @@ fi
 # This is for the dynamic loader. Note that the name and the location are both
 # specific for 32-bit and 64-bit machines. First we check the BusyBox executable
 # and then we copy the dynamic loader to its appropriate location.
-BUSYBOX_ARCH=$(file bin/busybox | cut -d' '  -f3)
+BUSYBOX_ARCH=$(file bin/busybox | cut -d' ' -f3)
 if [ "$BUSYBOX_ARCH" = "64-bit" ] ; then
   mkdir lib64
   cp $SYSROOT/lib/ld-linux* lib64