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/dfp-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dfp-install.sh') 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 -- cgit v1.2.3