diff options
author | Antonio Terceiro <terceiro@softwarelivre.org> | 2009-01-14 23:15:56 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:39 +0100 |
commit | 6f5445b5d299d30497595dac2c4e65c482b916bc (patch) | |
tree | 83821f0480f3d0a181f720fd09fd5d9cce476b9a /functions/version.sh | |
parent | d974407ee5b1791b07f45f86845e0967ce4f7861 (diff) | |
download | vyos-live-build-6f5445b5d299d30497595dac2c4e65c482b916bc.tar.gz vyos-live-build-6f5445b5d299d30497595dac2c4e65c482b916bc.zip |
Removing incorrect extra argument
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-x | functions/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/version.sh b/functions/version.sh index ca15337aa..6b2ad0014 100755 --- a/functions/version.sh +++ b/functions/version.sh @@ -10,7 +10,7 @@ Version () { Echo "%s, version %s" "${PROGRAM}" "${VERSION}" - Echo "This program is a part of %s" "${PACKAGE}" "." + Echo "This program is a part of %s" "${PACKAGE}" echo Echo "Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>" echo |