]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
cvs-dist: missing quotes in sed command release-1-2d
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Dec 1998 07:07:47 +0000 (07:07 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 07:07:47 +0000 (07:07 +0000)
Makefile.am

index 32cb1d3730bb1508de89f80f2fc62b5a58bf04bb..81982a3848cac3f2f8bbd79b3b715411f8d11974 100644 (file)
@@ -82,7 +82,7 @@ $(ACINCLUDE_M4_LIST): $(srcdir)/libtool.m4
 # Tag before making distribution.  Also, don't make a distribution if
 # checks fail.  Also, make sure the NEWS file is up-to-date.
 cvs-dist: distcheck
-       @if sed 1,2d;3q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
+       @if sed '1,2d;3q' $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
          echo "NEWS not updated; not releasing" 1>&2; \
          exit 1;                               \
        fi