From b58e860bba382869e416e6a667b487786b92b38c Mon Sep 17 00:00:00 2001 From: sump pump Date: Sun, 28 Jun 2020 13:53:47 -0600 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index badc9ba..17af711 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ process_template ( ) { processed_filename=$(dirname $1)/$(basename $1 .tmpl) - echo "Processing template $1 -> $processed_filename with args $2" + echo "Processing template $1 -> $processed_filename" sh -c "sigil -f $1 -p $2 > $processed_filename" rm $1 }