dhrmn
Results
1
comments of
dhrmn
Easy patch: ``` diff --git a/userspace/marsadm b/userspace/marsadm index 005e3181..85f2b146 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -436,7 +436,7 @@ sub call_hook { # syntactic scanning / parsing -my $match_comment = qr'#[^\n]*|//\h[^\n]*|/\*(?:[^*]|\*[^/])*\*/';...