Skip to content

Commit 70ac4ec

Browse files
authored
Merge pull request #38 from wucke13/master
fix shebang - fixes #37
2 parents c41d8d1 + cf759b7 commit 70ac4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/flash-multi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
shopt -s extglob
33

44
# *********************************************************************

linux/multi-bootreloader

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
shopt -s extglob
33

44
# *********************************************************************

0 commit comments

Comments
 (0)