From 1e1c8039a8cce540ebfe5ece581abc145be2ed04 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Fri, 27 Sep 2019 13:03:03 -0500 Subject: Fixed portabiliy issue in pre-commit hook A change was previously applied to pre-commit via 1d4530dac35 that included a bashism that is not portable with other shells. Change-Id: I0ab536005973627953e1a3b4fa41f51963a953ea Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84413 Tested-by: Jenkins Server Reviewed-by: Luis P Fernandez Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- src/build/tools/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/build/tools/pre-commit b/src/build/tools/pre-commit index e679728c0..ccf02b80a 100755 --- a/src/build/tools/pre-commit +++ b/src/build/tools/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # -- cgit v1.2.3