From 3afebd073054ad84019daafdd272aac1075d1d1c Mon Sep 17 00:00:00 2001 From: Igor Bulekov Date: Tue, 7 Nov 2023 16:46:00 +0300 Subject: Changed bash and sh shebangs to /usr/bin/env --- bin/detect-mcu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/detect-mcu.sh') diff --git a/bin/detect-mcu.sh b/bin/detect-mcu.sh index 761eac1..8a93e21 100755 --- a/bin/detect-mcu.sh +++ b/bin/detect-mcu.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Anduril / FSM MCU type detection script # Copyright (C) 2014-2023 Selene ToyKeeper # SPDX-License-Identifier: GPL-3.0-or-later -- cgit v1.2.3