diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-27 14:59:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-27 14:59:10 -0400 |
commit | b8ed989642b9f0f6c1301bcff6f1498935cbd81c (patch) | |
tree | c937db3c54e481747a6dc8aa168315d90b16786b /bench | |
parent | 4ded7c6b1508f22189049539c94be2930f20364d (diff) | |
download | bfs-b8ed989642b9f0f6c1301bcff6f1498935cbd81c.tar.xz |
bench: Get rid of stray ls
Diffstat (limited to 'bench')
-rw-r--r-- | bench/bench.sh | 1 |
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" |