]> git.lizzy.rs Git - rust.git/commitdiff
test: Don't depend on /bin/bash
authorAlex Crichton <alex@alexcrichton.com>
Fri, 3 Oct 2014 02:33:38 +0000 (19:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 3 Oct 2014 02:34:26 +0000 (19:34 -0700)
Our FreeBSD bots apparently don't have bash installed, and it's ok to run with
sh anyway!

Unblocks a snapshot

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

index 5d424da02adb96eef0f579d9db2ea4dd1d9b6baf..1d49823101855b150c31c83fcde616243a09ad47 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 set -e
 
 # $1 is the TMPDIR