From 6a57a50968d404fe74b557aa6a90a61596cf1386 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Thu, 4 Sep 2014 10:54:18 +0100 Subject: Fix comment collision in lexicon --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 >lexicon.tmp -n \ -e '/set_default/s/.*\(fish_[a-z][a-z_]*\).*$$/clrv \1/p'; \ sed >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; # -- cgit v1.2.3