File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
ga/latest/kernel/helpers/build Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2222
2323. /opt/ibm/helpers/build/internal/logger.sh
2424
25- set -Eeox pipefail
25+ set -Eeo pipefail
2626
2727function main() {
2828 # #Define variables for XML snippets source and target paths
@@ -231,4 +231,4 @@ function parseCommaList() {
231231 done
232232}
233233
234- main " $@ "
234+ main " $@ "
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515. /opt/ibm/helpers/build/internal/logger.sh
1616
17- set -Eeox pipefail
17+ set -Eeo pipefail
1818
1919# #Define variables for XML snippets source and target paths
2020SNIPPETS_SOURCE=/opt/ibm/helpers/build/configuration_snippets
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515. /opt/ibm/helpers/build/internal/logger.sh
1616
17- set -Eeox pipefail
17+ set -Eeo pipefail
1818
1919pkgcmd=yum
2020if ! command $pkgcmd
Original file line number Diff line number Diff line change 1616function main() {
1717 if [ " $VERBOSE " != " true" ]; then
1818 exec > /dev/null
19+ else
20+ set -x
1921 fi
2022}
2123
@@ -27,4 +29,4 @@ function showLogs() {
2729 exec 1>&3 3>& - 2>&4 4>& -
2830}
2931
30- main
32+ main
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515. /opt/ibm/helpers/build/internal/logger.sh
1616
17- set -Eeox pipefail
17+ set -Eeo pipefail
1818
1919# 32-bit JVMs don't supported multi-layered SCCs.
2020[ -e " $JAVA_HOME /lib/i386" -o -e " $JAVA_HOME /lib/ppc" -o -e " $JAVA_HOME /lib/s390" ] && exit 0
You can’t perform that action at this time.
0 commit comments