From 2862a2fb8b893bc7b3fa47a0a942474d567fa7da Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 10 Oct 2014 12:02:59 +0200 Subject: [PATCH] [Minor] minor cleanups --- li.strolch.dev/release.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/li.strolch.dev/release.sh b/li.strolch.dev/release.sh index b30d05a17..549af2a7e 100755 --- a/li.strolch.dev/release.sh +++ b/li.strolch.dev/release.sh @@ -241,12 +241,12 @@ if [ -n "${push}" ] ; then git push origin ${new_version} git submodule foreach git push origin ${new_version} else - echo "\nINFO: To push tags perform the following:" - echo "git push origin ${new_version}" - echo "git submodule foreach git push origin ${new_version}" - echo "\nINFO: Or to delete the tags:" - echo "git submodule foreach git tag -d ${new_version}" - echo "git tag -d ${new_version}" + echo -e "\nINFO: To push tags perform the following:" + echo -e "git push origin ${new_version}" + echo -e "git submodule foreach git push origin ${new_version}" + echo -e "\nINFO: Or to delete the tags:" + echo -e "git submodule foreach git tag -d ${new_version}" + echo -e "git tag -d ${new_version}" fi