From a8c9019a39fcd0cac5890ca9cacb23dcbf5873e3 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 22 Oct 2016 18:37:11 -0700 Subject: [PATCH] Re-fix 'fix lexicon_filter verbosity' --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 30f2f3372..09cfac2e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -454,7 +454,7 @@ lexicon_filter: lexicon.txt lexicon_filter.in | show-SED else \ WORDBL='\\<'; WORDBR='\\>'; \ fi; $(SED) >$@.tmp -n -e "s|^\([a-z][a-z][a-z][a-z]\) \([a-z_-]*\)$$|s,$$WORDBL\2$$WORDBR,@\1{\2},g|p" -e '$$G;s/.*\n/b tidy/p'; - mv $@.tmp $@; test -x $@ || chmod a+x $@; + $v mv $@.tmp $@; test -x $@ || chmod a+x $@; #