summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-03-12 15:02:19 +0700
committerkhai96_2020-03-12 15:02:19 +0700
commit6412061eff42437cd0664cefe515ec9ecfccee6c (patch)
treebe6e6d419a397408f3d7be0da29cb9848f9115e2
parent9025fb8c47fba3ed8c7aa91771fde16d8c968912 (diff)
downloadaur-6412061eff42437cd0664cefe515ec9ecfccee6c.tar.gz
shellcheck
-rwxr-xr-xwapm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wapm.sh b/wapm.sh
index 26df2264653e..11610f528378 100755
--- a/wapm.sh
+++ b/wapm.sh
@@ -1,4 +1,4 @@
#! /usr/bin/bash
export WASMER_DIR="${WASMER_DIR:-$HOME/.wasmer}"
export WASMER_CACHE_DIR="${WASMER_CACHE_DIR:-$WASMER_DIR/cache}"
-exec wapm.bin $@
+exec wapm.bin "$@"