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 -- "$@"