tools: fix shebang

This causes a build failure with slibtool.

Gentoo issue: https://bugs.gentoo.org/829500

Signed-off-by: orbea <orbea@riseup.net>
This commit is contained in:
orbea 2024-03-09 11:32:14 -08:00 committed by Pablo de Lara
parent f1b144bbab
commit 37005a00fc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Filter out unnecessary options added by automake

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Filter out unnecessary options added by automake