mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Re-fix 'fix lexicon_filter verbosity'
This commit is contained in:
parent
100a0ea549
commit
a8c9019a39
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ lexicon_filter: lexicon.txt lexicon_filter.in | show-SED
|
||||||
else \
|
else \
|
||||||
WORDBL='\\<'; WORDBR='\\>'; \
|
WORDBL='\\<'; WORDBR='\\>'; \
|
||||||
fi; $(SED) <lexicon.txt >>$@.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';
|
fi; $(SED) <lexicon.txt >>$@.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 $@;
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue