From 3eb346caeb296eaa17e92425fd17c100b0718c7b Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Thu, 18 Mar 2010 22:56:02 +0000 Subject: Work around a valgrind oddity where it doesn't pass the full path of a script to the #! command by using bash instead of /bin/sh. Bash searches $PATH for its script argument, but dash, which /bin/sh resolves to on some systems, does not. https://bugs.kde.org/show_bug.cgi?id=231257 tracks the valgrind problem. llvm-svn: 98892 --- llvm/test/Scripts/ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Scripts') diff --git a/llvm/test/Scripts/ignore b/llvm/test/Scripts/ignore index 865ae4df1bd..2d02ecf0b19 100755 --- a/llvm/test/Scripts/ignore +++ b/llvm/test/Scripts/ignore @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # Program: ignore # -- cgit v1.2.3