Removed extra newline from print_version

This commit is contained in:
Jack-Benny Persson 2014-01-09 15:22:15 +01:00
parent d0cba3c28f
commit 8f5927ae21

View File

@ -38,7 +38,7 @@ Binaries=(sed awk egrep mail printf cat grep mktemp rm tail)
# Print version information # Print version information
print_version() print_version()
{ {
$Printf "\n\n$0 - $Version\n" $Printf "\n$0 - $Version\n"
} }
# Print help information # Print help information