X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/b91e23910ae2f433757880fa1c7e7b4a66c586e6..3d69a2786bcc132232304d1d220735f086abfc53:/mklinks.in diff --git a/mklinks.in b/mklinks.in index bc27bbf..d41ac83 100755 --- a/mklinks.in +++ b/mklinks.in @@ -27,10 +27,6 @@ # along with `common'; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log$ - # --- Configuration variables --- prefix=@prefix@ @@ -52,7 +48,7 @@ EOF ;; -v | --v | --ve | --ver | --vers | --versi | --versio | --version) version=`echo '$Revision: 1.4 $' | - sed -n -e 's;^.*: \([0-9.]*\)\\$;\1;p'` + sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'` echo "mklinks $version; Common Files Distribution version @VERSION@" exit 0 ;;