From 6ea3982695e00eb5c05369601dc5ca9533b9b956 Mon Sep 17 00:00:00 2001 From: Charles Averill Date: Thu, 24 Oct 2024 05:20:14 -0500 Subject: [PATCH] Remove hardcoded bash location in tools/preprocess.sh (#2280) * Remove hardcoded bash location in tools/preprocess.sh * Add more tolerant shebang to tools/preprocess.sh --- tools/preprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/preprocess.sh b/tools/preprocess.sh index 34a5c4d0eb..dc327c09c3 100755 --- a/tools/preprocess.sh +++ b/tools/preprocess.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-FileCopyrightText: © 2024 ZeldaRET # SPDX-License-Identifier: CC0-1.0