Use complete @PACKAGE_STRING@ in sunrise-commit.

This commit is contained in:
Michał Górny 2010-10-31 16:09:49 +01:00
parent 885c2d40c2
commit 42485aa9a1

View File

@ -326,7 +326,7 @@ main() {
exit 0
;;
--version|-V)
echo 'sunrise-commit @VERSION@'
echo '@PACKAGE_STRING@'
exit 0
;;