Skip to content

Commit

Permalink
Do not depend on the path to bash
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13457 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Brian Gaeke committed May 11, 2004
1 parent c66d8b0 commit 8c603ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Stacker/test/runtests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
path=$1
shift
let $((success=0))
Expand Down

0 comments on commit 8c603ef

Please sign in to comment.