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