aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 10:54:18 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 10:54:18 +0100
commit6a57a50968d404fe74b557aa6a90a61596cf1386 (patch)
tree6d27771994519be1641e6efb86a55515c8746234 /Makefile.in
parentcb9ef98bed74b95c5035be37d243551f7dd0ec30 (diff)
Fix comment collision in lexicon
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 48cd2467..431f24da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -361,7 +361,7 @@ lexicon.txt: doc_src/commands.hdr $(FUNCTIONS_DIR_FILES) $(COMPLETIONS_DIR_FILES
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'; \
+ -e '/^#.!#/s/^#.!# \(.... [a-z][a-z_]*\)/\1/p'; \
mv lexicon.tmp lexicon.txt; rm -f lexicon_catalog.tmp lexicon_catalog.txt;
#