diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:22:44 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:22:44 (EDT) |
commit | 6e2f64b68f427f7560737415283024ba2b07fd60 (patch) | |
tree | c32d82224139dec1ac4f3c36e979d79f12f47fe2 /resources | |
parent | d8944cd778be683dfd4b1fb89101e019b875729a (diff) | |
download | libreboot-6e2f64b68f427f7560737415283024ba2b07fd60.zip libreboot-6e2f64b68f427f7560737415283024ba2b07fd60.tar.gz libreboot-6e2f64b68f427f7560737415283024ba2b07fd60.tar.bz2 |
build/release/tobuild: add line break
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/release/tobuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index 765e718..dc0f5a1 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -71,6 +71,7 @@ printf '%s\n' "${version}" >"${distdir}/version" # and delete the directory rm -Rf "${distdir}/" +printf "\n" printf "Tar archive created: %s\n" "${distdir}.tar.xz" printf "NOTE: don't forget to add ARM binaries for flashrom.\n" printf "NOTE: don't forget to add i386 binaries for flashrom/bucts.\n" |