Skip to content

Commit c8f4c5e

Browse files
committed
auto merge of #17730 : alexcrichton/rust/snapshot, r=thestinger
Our FreeBSD bots apparently don't have bash installed, and it's ok to run with sh anyway! Unblocks a snapshot
2 parents 9a2286d + 06a6ba1 commit c8f4c5e

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)