summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-27 14:59:10 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-27 14:59:10 -0400
commitb8ed989642b9f0f6c1301bcff6f1498935cbd81c (patch)
treec937db3c54e481747a6dc8aa168315d90b16786b
parent4ded7c6b1508f22189049539c94be2930f20364d (diff)
downloadbfs-main.tar.xz
bench: Get rid of stray lsHEADmain
-rw-r--r--bench/bench.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/bench.sh b/bench/bench.sh
index 1d379ca..1526fe5 100644
--- a/bench/bench.sh
+++ b/bench/bench.sh
@@ -254,7 +254,6 @@ setup() {
echo "Building bfs $commit ..."
cd "$worktree"
as-user git checkout -qd "$commit" --
- ls
if [ -e config ]; then
as-user make -s -j"$nproc" config RELEASE=1
as-user make -s -j"$nproc"