summaryrefslogtreecommitdiff
path: root/functions/version.sh
diff options
context:
space:
mode:
authorAntonio Terceiro <terceiro@softwarelivre.org>2009-01-14 23:15:56 -0300
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:39 +0100
commit6f5445b5d299d30497595dac2c4e65c482b916bc (patch)
tree83821f0480f3d0a181f720fd09fd5d9cce476b9a /functions/version.sh
parentd974407ee5b1791b07f45f86845e0967ce4f7861 (diff)
downloadlive-build-6f5445b5d299d30497595dac2c4e65c482b916bc.zip
live-build-6f5445b5d299d30497595dac2c4e65c482b916bc.tar.gz
Removing incorrect extra argument
Diffstat (limited to 'functions/version.sh')
-rwxr-xr-xfunctions/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/version.sh b/functions/version.sh
index ca15337..6b2ad00 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