make --version print correctly

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9241 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-30 03:18:53 +00:00
parent 1bee572107
commit a773ef6680

View File

@@ -19,7 +19,7 @@ for i in $*; do
;;
--version)
echo "@PACKAGE@ @VERSION@"
echo "$Id$"
echo '$Id$'
exit 0
;;
--prefix=*)