From: Brian Gaeke Date: Tue, 11 May 2004 07:42:19 +0000 (+0000) Subject: Do not depend on the path to bash X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8c603ef33903c3cf1e265364583bb0e4e82db15a;p=oota-llvm.git 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 --- diff --git a/projects/Stacker/test/runtests b/projects/Stacker/test/runtests index 75ac5a61ac2..a38058e962d 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))