summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/mtags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mtags.c b/bin/mtags.c
index db66f1d4..55257088 100644
--- a/bin/mtags.c
+++ b/bin/mtags.c
@@ -53,7 +53,7 @@ int main(int argc, char *argv[]) {
 		|| regcomp(&makeFile, "(^|/)Makefile|[.]mk$", REG_EXTENDED | REG_NOSUB)
 		|| regcomp(
 			&makeLine,
-			"^([.][^$A-Z][^$[:space:]]*|[^.$][^$[:space:]]*):",
+			"^([.][^:$A-Z][^:$[:space:]]*|[^.:$][^:$[:space:]]*):",
 			REG_EXTENDED
 		)
 		|| regcomp(&mdocFile, "[.][1-9]$", REG_EXTENDED | REG_NOSUB)
span='3' class='logmsg'> 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe During registration, no other commands should be sent. Afterwards, only intercepted commands will get parsed. 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe OwO 2019-10-25Rename project pounceJune McEnroe