]> 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:01:37 +0000 (15:01 +0200)
commit29dc8b2a2a114536eac0c34cd781e6c2c1d33feb
tree78e598e06bac80eb7372b6d5757477e625c927b8
parent7ef70b27ef907bba7479989a5376842c893b12bb
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