summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2019-09-27 13:03:03 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-10-02 08:29:33 -0500
commit1e1c8039a8cce540ebfe5ece581abc145be2ed04 (patch)
tree77fd4199ee4f5d90943f4bc453f3eba03c3677f0 /src
parenta23e7f84b6e6f5eb7ad68f9686eb46229bafed69 (diff)
downloadtalos-hostboot-1e1c8039a8cce540ebfe5ece581abc145be2ed04.tar.gz
talos-hostboot-1e1c8039a8cce540ebfe5ece581abc145be2ed04.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Luis P Fernandez <luis.fernandez@ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/tools/pre-commit2
1 files changed, 1 insertions, 1 deletions
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.
#
OpenPOWER on IntegriCloud