diff options
| author | Igor Bulekov | 2023-11-07 16:46:00 +0300 |
|---|---|---|
| committer | Igor Bulekov | 2023-11-07 16:46:00 +0300 |
| commit | 3afebd073054ad84019daafdd272aac1075d1d1c (patch) | |
| tree | dfc0b4a44ab221d7e86546ebc7cfd63976eb9a94 /bin/flash.sh | |
| parent | Update make shebang for portability (diff) | |
| download | anduril-3afebd073054ad84019daafdd272aac1075d1d1c.tar.gz anduril-3afebd073054ad84019daafdd272aac1075d1d1c.tar.bz2 anduril-3afebd073054ad84019daafdd272aac1075d1d1c.zip | |
Changed bash and sh shebangs to /usr/bin/env
Diffstat (limited to 'bin/flash.sh')
| -rwxr-xr-x | bin/flash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
