瀏覽代碼

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

andryyy 6 年之前
父節點
當前提交
2507a8fd31
共有 2 個文件被更改,包括 2 次插入2 次删除
  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