Skip to content

Commit

Permalink
Added portable shebang to applyTargetingStyle tool
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zane131 committed Sep 14, 2018
1 parent 32aa25e commit 55a1d38
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/build/tools/applyTargetingStyle
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 55a1d38

Please sign in to comment.