From b7859ce55b85f06133ffb4c85e34f5d25a84f0b3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 20 Feb 2015 00:56:41 -0500 Subject: bash scripts: Make script output more user-friendly --- (limited to 'resources/scripts/helpers/build/external') diff --git a/resources/scripts/helpers/build/external/source b/resources/scripts/helpers/build/external/source index 74cfdb3..520a004 100755 --- a/resources/scripts/helpers/build/external/source +++ b/resources/scripts/helpers/build/external/source @@ -23,6 +23,8 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e +printf "Creating source archive for flashrom and bucts\n" + # delete the old data rm -rf tobuild rm -f tobuild.tar.xz @@ -67,3 +69,5 @@ tar -c tobuild | xz -9e >tobuild.tar.xz # and delete the directory rm -rf tobuild/ + +printf "\n\n" -- cgit v0.9.1