replace bash shebang with '#!/usr/bin/env bash" for portability

This commit is contained in:
Putta Khunchalee
2017-09-17 21:18:54 +07:00
parent 660b3b6362
commit 86dace91a2
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
export npm_config_disturl=https://atom.io/download/electron
export npm_config_target=$(node -p "require('./package.json').electronVersion")
export npm_config_runtime=electron