diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 16:12:15 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 16:43:59 +0200 |
commit | 50057d5149dda340b3b47aca4096f4a6ec66b9ee (patch) | |
tree | 79323d20b17c2c8e32942a1ac9b84d9da3041c6d /test-static | |
parent | 1f64710e795b0c5434d15813d4f1f568467ca087 (diff) | |
download | xK-50057d5149dda340b3b47aca4096f4a6ec66b9ee.tar.gz xK-50057d5149dda340b3b47aca4096f4a6ec66b9ee.tar.xz xK-50057d5149dda340b3b47aca4096f4a6ec66b9ee.zip |
Come up with sillier names for the binaries
I'm not entirely sure, but it looks like some people might not like
jokes about the Holocaust.
On a more serious note, the project has become more serious over
the 7 or so years of its existence.
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", |