From: Jim Meyering Date: Tue, 29 Sep 1998 03:34:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0-pre1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22c794bf9b32e01f996f2527099bfcffab28c6ec;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/Makefile.maint b/Makefile.maint index 86006c751f..d3b3eb22e4 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -45,8 +45,8 @@ my-distcheck: dist echo "$(distdir).tar.gz is ready for distribution"; \ echo "========================" -THIS_VERSION_REGEXP := $(shell echo $(VERSION)|sed 's/\./\\./g') -# FIXME: this works only for test releases. +THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION)) +# FIXME: this works only for Gnits-style test releases. PREV_VERSION := $(shell echo $(VERSION)|tr a-z Xa-y) PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g') v = Version