From 52ae6aafdeb261400f5b69a7ab0265f586ffbefd Mon Sep 17 00:00:00 2001 From: Dave Heller Date: Fri, 9 Feb 2018 08:27:21 -0500 Subject: Minor shell adjustment to make crtSignedContainer.sh work on AIX Signed-off-by: Dave Heller --- crtSignedContainer.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crtSignedContainer.sh') diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh index 3875db7..03ca76e 100755 --- a/crtSignedContainer.sh +++ b/crtSignedContainer.sh @@ -792,9 +792,8 @@ if [ "$HW_SIG_ARGS" -o "$SW_SIG_ARGS" ]; then create-container $HW_KEY_ARGS $SW_KEY_ARGS \ $HW_SIG_ARGS $SW_SIG_ARGS \ --payload "$PAYLOAD" --imagefile "$OUTPUT" \ - $CONTR_HDR_OUT_OPT "$SB_CONTR_HDR_OUT" \ - $DEBUG_ARGS \ - $ADDL_ARGS + $DEBUG_ARGS $ADDL_ARGS \ + $CONTR_HDR_OUT_OPT "$SB_CONTR_HDR_OUT" rc=$? test $rc -ne 0 && die "Call to create-container failed with error: $rc" -- cgit v1.2.1