Subject: | Can't exec /bin/bash at website/gen line 1. |
On my freebsd smokers I see the following failure:
...
Can't exec /bin/bash at website/gen line 1.
t/htmlgen.t ..........................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...
bash located in /bin is a linuxism. In fact, the presence of bash at all is a linuxism. Other operating systems, especially *BSD systems, may or may not have bash at all; mostly it's not by default installed in the base system. If you want to be compatible, then use /bin/sh instead. However, on non-POSIX systems (e.g. Windows) there's not even /bin/sh available...