From: Thomas Roessler Date: Thu, 19 Dec 2002 07:37:01 +0000 (+0000) Subject: Michael doesn't have $VISUAL set. X-Git-Tag: mutt-1-5-4-rel~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c744dfec57ea357dd1525457b75d8314d3c71491;p=mutt Michael doesn't have $VISUAL set. --- diff --git a/Makefile.am b/Makefile.am index de0b6161..7a1ea863 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,7 +165,7 @@ commit: pclean check-security commit-real changelog commit-changelog changelog: cvs update ChangeLog sh ./mkchangelog.sh | fmt -c | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog - $(VISUAL) ChangeLog + $${VISUAL:-vi} ChangeLog # kluge around automake problems.