bin: Rely only on the shebang line
commit51823f144c513007d8c05f3c6c88732e91bd13fd
authorMathieu Lirzin <mthl@gnu.org>
Tue, 20 Feb 2018 22:18:09 +0000 (20 23:18 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Sun, 11 Mar 2018 22:42:45 +0000 (11 23:42 +0100)
tree2a40285e00ca55751e6da672b2857c570c52532d
parent48c75cb8973898fbf51de68052185b1e7b8d321a
bin: Rely only on the shebang line

Previously ‘automake’ and ‘aclocal’ were handling the case of being
interpreted as a Shell script by using a hack leveraging the fact that
Shell and Perl has a compatible syntax intersection allowing those
scripts to launch ‘perl’ from the shell.

* bin/aclocal.in: Remove cryptic launching hack.
* bin/automake.in: Likewise.
bin/aclocal.in
bin/automake.in