aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-12-07 17:55:50 -0500
committerDeterminant <ted.sybil@gmail.com>2019-12-07 17:55:50 -0500
commit36e6d45c4a54eb3df7071bbad39143c913738f71 (patch)
tree7557ab0c68d4efb9af8f7b5d85911c52d53b28cf /setup.sh
parent22f7dcda45ed4f7753ac56150d73763857013fea (diff)
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index cac7d45..7acc4ef 100644
--- a/setup.sh
+++ b/setup.sh
@@ -5,7 +5,7 @@ curl -s https://raw.githubusercontent.com/Determinant/salticidae-go/master/scrip
curl -s https://raw.githubusercontent.com/Determinant/salticidae-go/master/scripts/env.sh -o ./env.sh
chmod +x ./build.sh
source ./env.sh
-./build.sh "$SALTICIDAE_GO_PATH"
+./build.sh
cd -
rm -rf "$tmpdir"
unset tmpdir