summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-03-17 21:37:16 +0100
committerJakob Borg <jakob@nym.se>2014-03-17 21:37:16 +0100
commitef8cf3bc300acb5caddc6db6e44d7a73b54d4e64 (patch)
tree53a1379de0d6a9ec07f54fcbb76feb70e35fded3
parent2df78a9313ef9c47b75d7f1a0adb915a3ede3b6c (diff)
parenta48bf506084e721c6bcd404a9cf612a98d47c2ad (diff)
Merge pull request #91 from qbit/master
Remove hard coded path for bash
-rwxr-xr-xassets.sh2
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets.sh b/assets.sh
index 6c7f5956d3..76cfea21e3 100755
--- a/assets.sh
+++ b/assets.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cat <<EOT
package auto
diff --git a/build.sh b/build.sh
index e335eda5ce..0f5dcd7611 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export COPYFILE_DISABLE=true