summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-05-11 07:42:19 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-05-11 07:42:19 +0000
commit8c603ef33903c3cf1e265364583bb0e4e82db15a (patch)
tree4129780c6db5561f55b8003b28c6753ab53ed5d3 /projects
parentc66d8b0acada7363ff3e105d524bbc3e4a8c579e (diff)
downloadllvm-8c603ef33903c3cf1e265364583bb0e4e82db15a.tar.gz
llvm-8c603ef33903c3cf1e265364583bb0e4e82db15a.tar.bz2
llvm-8c603ef33903c3cf1e265364583bb0e4e82db15a.tar.xz
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
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/Stacker/test/runtests2
1 files changed, 1 insertions, 1 deletions
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))