From 8c603ef33903c3cf1e265364583bb0e4e82db15a Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 11 May 2004 07:42:19 +0000 Subject: Do not depend on the path to bash git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13457 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/test/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/Stacker/test/runtests b/projects/Stacker/test/runtests index 75ac5a61ac..a38058e962 100755 --- a/projects/Stacker/test/runtests +++ b/projects/Stacker/test/runtests @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash path=$1 shift let $((success=0)) -- cgit v1.2.3