From 894a06bd0d675f69d053c74ca5c6e7c7a5089415 Mon Sep 17 00:00:00 2001 From: bauen1 Date: Mon, 13 Nov 2017 19:32:51 +0100 Subject: [PATCH] Fix small mistakes in several overlay bundles --- src/minimal_overlay/bundles/dropbear/01_get.sh | 2 +- src/minimal_overlay/bundles/lua/01_get.sh | 2 +- src/minimal_overlay/bundles/util_linux/01_get.sh | 0 src/minimal_overlay/bundles/util_linux/02_build.sh | 0 src/minimal_overlay/bundles/util_linux/bundle.sh | 0 5 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/minimal_overlay/bundles/util_linux/01_get.sh mode change 100644 => 100755 src/minimal_overlay/bundles/util_linux/02_build.sh mode change 100644 => 100755 src/minimal_overlay/bundles/util_linux/bundle.sh diff --git a/src/minimal_overlay/bundles/dropbear/01_get.sh b/src/minimal_overlay/bundles/dropbear/01_get.sh index bcf116a03..06c36109f 100755 --- a/src/minimal_overlay/bundles/dropbear/01_get.sh +++ b/src/minimal_overlay/bundles/dropbear/01_get.sh @@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then # Downloading Dropbear source bundle file. The '-c' option allows the download to resume. - echo "Downloading Links source bundle from $DOWNLOAD_URL" + echo "Downloading Dropbear source bundle from $DOWNLOAD_URL" wget -c $DOWNLOAD_URL else echo "Using local Dropbear source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE" diff --git a/src/minimal_overlay/bundles/lua/01_get.sh b/src/minimal_overlay/bundles/lua/01_get.sh index b9182c5d3..2a2a91bfa 100755 --- a/src/minimal_overlay/bundles/lua/01_get.sh +++ b/src/minimal_overlay/bundles/lua/01_get.sh @@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then # Downloading the Lua bundle file. The '-c' option allows the download to resume. - echo "Downloading the Lua source bundle from $DOWNLOAD_URL" + echo "Downloading Lua source bundle from $DOWNLOAD_URL" wget -c $DOWNLOAD_URL else echo "Using local Lua source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE" diff --git a/src/minimal_overlay/bundles/util_linux/01_get.sh b/src/minimal_overlay/bundles/util_linux/01_get.sh old mode 100644 new mode 100755 diff --git a/src/minimal_overlay/bundles/util_linux/02_build.sh b/src/minimal_overlay/bundles/util_linux/02_build.sh old mode 100644 new mode 100755 diff --git a/src/minimal_overlay/bundles/util_linux/bundle.sh b/src/minimal_overlay/bundles/util_linux/bundle.sh old mode 100644 new mode 100755