1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Do not depend on the path to bash

llvm-svn: 13457
This commit is contained in:
Brian Gaeke 2004-05-11 07:42:19 +00:00
parent 2d5a7a7b2f
commit a9447a8995

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
path=$1
shift
let $((success=0))