Skip to content

Commit 06a6ba1

Browse files
committed
test: Don't depend on /bin/bash
Our FreeBSD bots apparently don't have bash installed, and it's ok to run with sh anyway! Unblocks a snapshot
1 parent b2d4eb1 commit 06a6ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/rustdoc-where/verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -e
33

44
# $1 is the TMPDIR

0 commit comments

Comments
 (0)