Parcourir la source

[Config] Use #!/usr/bin/env bash for scritps, fixes #2226, thanks to @cptMikky

andryyy il y a 6 ans
Parent
commit
2507a8fd31
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      generate_config.sh
  2. 1 1
      update.sh

+ 1 - 1
generate_config.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -o pipefail
 

+ 1 - 1
update.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #exit on error and pipefail
 set -o pipefail