Skip to content

Commit

Permalink
[Makefile.in] added missing '.' in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Jun 17, 2010
1 parent cbff7d0 commit 30db218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -521,7 +521,7 @@ manifest:
sort -u -o MANIFEST MANIFEST

release: manifest
[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyymm'\n\n"; exit 1 )
[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1 )
[ -d rakudo-$(VERSION) ] || ln -s . rakudo-$(VERSION)
$(PERL) -ne 'print "rakudo-$(VERSION)/$$_"' MANIFEST | \
tar -zcv -T - -f rakudo-$(VERSION).tar.gz
Expand Down

0 comments on commit 30db218

Please sign in to comment.