summary refs log tree commit diff
path: root/bin/hilex.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-26 16:49:05 -0400
committerJune McEnroe <june@causal.agency>2021-04-26 16:49:05 -0400
commit64cc3e1624b151e468b7ac88b3d360193078ce06 (patch)
treea6c187be68898dd4adbf1c9a176ff8091cb1cda2 /bin/hilex.c
parentRemove vim alias (diff)
downloadsrc-64cc3e1624b151e468b7ac88b3d360193078ce06.tar.gz
src-64cc3e1624b151e468b7ac88b3d360193078ce06.zip
Match space between #! and /bin/sh
Diffstat (limited to 'bin/hilex.c')
-rw-r--r--bin/hilex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hilex.c b/bin/hilex.c
index 79497e0b..8a06eb36 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 },
 };