From 85005d6bf48d08d86516f279753542867947f1c7 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Mon, 29 Aug 2022 06:30:56 +0200 Subject: [PATCH] Add debugging info in singlegen.sh --- singlegen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlegen.sh b/singlegen.sh index 81d3faf..8f84051 100755 --- a/singlegen.sh +++ b/singlegen.sh @@ -19,4 +19,4 @@ xsltproc "$DIR/xslt/itsb.xsl" "$DIR/itsb.xml" \ ]' --arg id "$id" \ | "$DIR/bin/json2xml" \ | xsltproc "$DIR/xslt/feedgen.xsl" - \ - | DIR="$DIR" bash -s -- "$@" + | DIR="$DIR" bash -sx -- "$@"