extra debug

This commit is contained in:
Trevor Batley 2023-09-04 15:40:55 +10:00
parent 035f6412f7
commit 0c279b45cf

View File

@ -10,8 +10,6 @@ for param in $1 $2 ; do
case $param in
debug )
DEBUG="debug" ;;
* )
KOJI_BUILD_FQDN=$param ;;
esac
else
break
@ -19,7 +17,7 @@ for param in $1 $2 ; do
done
if [ $DEBUG ] ; then
set -x
set -xe
SILENT=
QUIET="-v"
fi