summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bench/bench.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/bench/bench.sh b/bench/bench.sh
index cf1ae49..b6682a2 100644
--- a/bench/bench.sh
+++ b/bench/bench.sh
@@ -269,12 +269,7 @@ setup() {
)
done
- # $SETUP_DIR contains `:` so it won't work in $PATH
- # Work around this with a symlink
- tmp=$(as-user mktemp)
- as-user ln -sf "$bin" "$tmp"
- defer rm "$tmp"
- export PATH="$tmp:$PATH"
+ export PATH="$bin:$PATH"
fi
export_array BFS