branch: elpa/lua-mode commit 47ac4f3fc34ae27a7f5d61f7bfa5bcc923c59a21 Author: Reuben Thomas <r...@sc3d.org> Commit: Reuben Thomas <r...@sc3d.org>
Don't have the echo command printed itself. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23df2e8..e73ef85 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ release: git tag -a -m "Release tag" rel-$(VERSION) && \ git push origin master && git pull origin master && \ woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode for editing Lua files" release-notes-$(VERSION) http://github.com/rrthomas/lua-mode/ - echo 'Send update to ELPA!' + @echo 'Send update to ELPA!'