summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-04-25 22:51:12 +0700
committerkhai96_2019-04-25 22:51:12 +0700
commitb1936eb7be1559d76cf57919f0138fbe409eb2cd (patch)
treedadac028fb915e0155ece257b680fce85efb8f7a
parent4c4defbc71a25d8627c4da78005b4130981109c9 (diff)
downloadaur-b1936eb7be1559d76cf57919f0138fbe409eb2cd.tar.gz
remove 'env' from hashbang
-rwxr-xr-xwapm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wapm.sh b/wapm.sh
index 2cd059ebd16b..26df2264653e 100755
--- a/wapm.sh
+++ b/wapm.sh
@@ -1,4 +1,4 @@
-#! /usr/bin/env bash
+#! /usr/bin/bash
export WASMER_DIR="${WASMER_DIR:-$HOME/.wasmer}"
export WASMER_CACHE_DIR="${WASMER_CACHE_DIR:-$WASMER_DIR/cache}"
exec wapm.bin $@