diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-03-19 00:32:11 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-03-19 00:32:11 +0000 |
commit | 0392080fbfa4db375155ff7510119f222801d913 (patch) | |
tree | 0412dae72ec886ae862a2cf0a86e9f780acac564 /test/Scripts | |
parent | e4e8bb154196a2b53ce8696d9a591c3d5a4ec99a (diff) |
Revert r98892. BSD systems may not have bash installed at all.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Scripts')
-rwxr-xr-x | test/Scripts/ignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scripts/ignore b/test/Scripts/ignore index 2d02ecf0b1..865ae4df1b 100755 --- a/test/Scripts/ignore +++ b/test/Scripts/ignore @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Program: ignore # |