All contributions in this site reflect the authors' opinions and they are not necessarily endorsed by, or reflect the beliefs of, anarchyinthetubes, as neither do most of the opinions in other sites.

cat -v harmful stuff

Autohell

One of my favorite subjects, the total stupidity and idioticy of the gnu autotools. Thanks to sqweek for this gem he found in busybox:

/* Lie to autoconf when it starts asking stupid questions. */
if (argc == 2 && !strcmp(argv[1], "--version")) {
    puts("This is not GNU sed version 4.0");
    return 0;
}
original page
cat.4l77.com