Browse Source

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

andryyy 6 năm trước cách đây
mục cha
commit
2507a8fd31
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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