summaryrefslogtreecommitdiffstats
path: root/create_tools/create_busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_tools/create_busybox.sh')
-rwxr-xr-xcreate_tools/create_busybox.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/create_tools/create_busybox.sh b/create_tools/create_busybox.sh
index a947744..aa36281 100755
--- a/create_tools/create_busybox.sh
+++ b/create_tools/create_busybox.sh
@@ -15,7 +15,8 @@ cd busybox-$BUSYBOX_VERSION
cp ../../config/busybox.config ./.config
make -j4
-cp ./busybox ../../$OUT_DIRECTORY
-
#save result
echo "Copy result to out"
+cp ./busybox ../../$OUT_DIRECTORY
+
+