mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
build_lexicon_filter: remove erroneous variable brought across from Makefile
This commit is contained in:
parent
a4fced2a8b
commit
c8c129f7a5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ $SED <share/functions/__fish_config_interactive.fish >>lexicon.tmp -n \
|
|||
-e '/set_default/s/.*\(fish_[a-z][a-z_]*\).*$$/clrv \1/p'; \
|
||||
$SED <lexicon_filter.in >>lexicon.tmp -n \
|
||||
-e '/^#.!#/s/^#.!# \(.... [a-z][a-z_]*\)/\1/p';
|
||||
$v mv lexicon.tmp lexicon.txt; rm -f lexicon_catalog.tmp lexicon_catalog.txt;
|
||||
mv lexicon.tmp lexicon.txt; rm -f lexicon_catalog.tmp lexicon_catalog.txt;
|
||||
|
||||
# Copy the filter to stdout. We're going to append sed commands to it after.
|
||||
$SED -e 's|@sed@|'$SED'|'
|
||||
|
|
Loading…
Reference in a new issue