This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to tag prehistory in repository https://gitbox.apache.org/repos/asf/yetus.git
commit c8d3e108f01691a8f0c80c1b8220a7dcf7a232d0 Author: Owen O'Malley <omal...@apache.org> AuthorDate: Mon Jun 2 20:48:29 2008 +0000 HADOOP-3435. Remove the assuption in the scripts that bash is at /bin/bash and fix the test patch to require bash instead of sh. Contributed by Brice Arnould. git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@662557 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/bin/test-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh index b7681201..e3d5ba8f 100755 --- a/src/test/bin/test-patch.sh +++ b/src/test/bin/test-patch.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #set -x ulimit -n 1024