From 37005a00fc40be223f86a74a34b217d38056c6d9 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 9 Mar 2024 11:32:14 -0800 Subject: [PATCH] tools: fix shebang This causes a build failure with slibtool. Gentoo issue: https://bugs.gentoo.org/829500 Signed-off-by: orbea --- tools/nasm-filter.sh | 2 +- tools/yasm-filter.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nasm-filter.sh b/tools/nasm-filter.sh index a8ac9d1e..73d23b85 100755 --- a/tools/nasm-filter.sh +++ b/tools/nasm-filter.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # Filter out unnecessary options added by automake diff --git a/tools/yasm-filter.sh b/tools/yasm-filter.sh index 1d720315..2b8363a3 100755 --- a/tools/yasm-filter.sh +++ b/tools/yasm-filter.sh @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # Filter out unnecessary options added by automake