summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-09-13 11:49:13 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-09-14 09:40:10 -0500
commit55a1d38302ca1a4f51b8e04fd1ba33b069b775f7 (patch)
tree3ae2d2017ef688ad6ce7347cb2e68712ac1300c0 /src/build/tools
parent32aa25ec3b49d5446bfac2a4a14d5dcfea900a51 (diff)
downloadtalos-hostboot-55a1d38302ca1a4f51b8e04fd1ba33b069b775f7.tar.gz
talos-hostboot-55a1d38302ca1a4f51b8e04fd1ba33b069b775f7.zip
Added portable shebang to applyTargetingStyle tool
Change-Id: Iab2877114c8b34d3406bae61f726101515564a20 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66079 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew Raybuck <mraybuc@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/applyTargetingStyle26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/build/tools/applyTargetingStyle b/src/build/tools/applyTargetingStyle
index 7fc5d198d..dfc2e1c49 100755
--- a/src/build/tools/applyTargetingStyle
+++ b/src/build/tools/applyTargetingStyle
@@ -1,4 +1,28 @@
-#!/usr/bin/bash
+#!/usr/bin/env bash
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/tools/applyTargetingStyle $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2018
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
for var in "$@"
do
OpenPOWER on IntegriCloud