]> git.ipfire.org Git - thirdparty/bird.git/commit
Build: call tools/version with sh
authorxtex <xtexchooser@duck.com>
Fri, 9 May 2025 11:14:50 +0000 (07:14 -0400)
committerMaria Matejka <mq@ucw.cz>
Sat, 10 May 2025 13:07:39 +0000 (15:07 +0200)
commitee8974708ceef3be81823e8afadb40553ac00b89
tree2815c9ace053a9ef052f7b345aefc32a3a502efd
parent6de0d6f718184c5fce55b99af68069a95d9d06b1
Build: call tools/version with sh

As tools/version has a shebang line, it should be
fine to just call it without specifying bash.

Calling bash explicitly may lead to inconsistency,
as the first line of tools/version indicates /usr/bin/sh
but the script is always executed with bash.
And, it adds bash as a new build dependency.

Signed-off-by: xtex <xtexchooser@duck.com>
Makefile.in