Be stricter about the number of arguments passed to it.
@@ -18,7 +18,7 @@ main(int argc, char *argv[])
usage();
} ARGEND;
if (argc < 1)
if (argc != 1)
puts(dirname(argv[0]));
The note is not visible to the blocked user.