From 8f5927ae21df24862e94fa97deb323cc784f9400 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 9 Jan 2014 15:22:15 +0100 Subject: [PATCH] Removed extra newline from print_version --- template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.sh b/template.sh index 27f8cb5..b28a5f9 100755 --- a/template.sh +++ b/template.sh @@ -38,7 +38,7 @@ Binaries=(sed awk egrep mail printf cat grep mktemp rm tail) # Print version information print_version() { - $Printf "\n\n$0 - $Version\n" + $Printf "\n$0 - $Version\n" } # Print help information