From 9649506eab1151836f38f9c5382bdf4220e75479 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 26 Apr 2021 16:49:05 -0400 Subject: Match space between #! and /bin/sh --- bin/hilex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hilex.c') diff --git a/bin/hilex.c b/bin/hilex.c index 8a03eb80..91a5e889 100644 --- a/bin/hilex.c +++ b/bin/hilex.c @@ -53,7 +53,7 @@ static const struct { { &LexC, "c", "[.][chlmy]$", NULL }, { &LexMake, "make", "[.](mk|am)$|^Makefile$", NULL }, { &LexMdoc, "mdoc", "[.][1-9]$", "^[.]Dd" }, - { &LexSh, "sh", "[.]sh$|^[.](profile|shrc)$", "^#!/bin/sh" }, + { &LexSh, "sh", "[.]sh$|^[.](profile|shrc)$", "^#![ ]?/bin/sh" }, { &LexText, "text", "[.]txt$", NULL }, }; -- cgit 1.4.1