diff options
Diffstat (limited to 'test-static')
-rwxr-xr-x | test-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-static b/test-static index 0c22b0d..85d7f4f 100755 --- a/test-static +++ b/test-static @@ -1,7 +1,7 @@ #!/bin/sh # We don't use printf's percent notation with our custom logging mechanism, # so the compiler cannot check it for us like it usually does -perl -n0777 - "$(dirname "$0")"/degesch.c <<-'END' +perl -n0777 - "$(dirname "$0")"/xC.c <<-'END' while (/\blog_[^ ]+\s*\([^"()]*"[^"]*%[^%][^"]*"/gm) { my ($p, $m) = ($`, $&); printf "$ARGV:%d: suspicious log format string: %s...\n", |