From 44c1e6f82002385d0f070501a8e46bbc15c98e93 Mon Sep 17 00:00:00 2001 From: Gray Watson Date: Mon, 19 Oct 2020 17:24:56 -0700 Subject: [PATCH] Trying to fix script path so it works in automation. --- gzip_magic.sh | 3 +++ pom.xml | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gzip_magic.sh b/gzip_magic.sh index 071be7c..c3c03d1 100755 --- a/gzip_magic.sh +++ b/gzip_magic.sh @@ -2,4 +2,7 @@ # Script called by ant from mvn to compress our magic file into place # +echo "Generating compressed magic file: $2" + +set -x gzip -9 -c $1 > $2 diff --git a/pom.xml b/pom.xml index bd8d29c..c3630bd 100644 --- a/pom.xml +++ b/pom.xml @@ -203,9 +203,10 @@ - - - + + + +