Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/run-maven-build.sh')
-rw-r--r--production/run-maven-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index 06229e789..7c632acbf 100644
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.sh
@@ -60,5 +60,5 @@ else
echo "exitode was not numeric, so will force to 1"
exitrc=1
fi
-
+echo "$( basename $0) exiting with exitrc: $exitrc"
exit $exitrc

Back to the top