Use bash instead.

llvm-svn: 142486
This commit is contained in:
Bill Wendling 2011-10-19 09:25:49 +00:00
parent aebac9fc6c
commit c668bbe90f

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#===-- test-release.sh - Test the LLVM release candidates ------------------===#
#
# The LLVM Compiler Infrastructure