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/build-all.sh | 2 +- bin/build.sh | 2 +- bin/detect-mcu.sh | 2 +- bin/dfp-install.sh | 2 +- bin/flash.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/build-all.sh b/bin/build-all.sh index 0372ad7..0dec247 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Anduril / FSM build wrapper script # Copyright (C) 2017-2023 Selene ToyKeeper # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bin/build.sh b/bin/build.sh index 50f93b7..0c3b107 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Anduril / FSM build script # Copyright (C) 2014-2023 Selene ToyKeeper # SPDX-License-Identifier: GPL-3.0-or-later 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 diff --git a/bin/dfp-install.sh b/bin/dfp-install.sh index a73c4d5..24b4908 100755 --- a/bin/dfp-install.sh +++ b/bin/dfp-install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Atmel DFP download/install/setup script # Copyright (C) 2023 Selene ToyKeeper # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bin/flash.sh b/bin/flash.sh index 0423c90..93fbdbc 100755 --- a/bin/flash.sh +++ b/bin/flash.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Flashes both fuses and firmware. -- cgit v1.2.3