Enable -x flag in shell if PSU_TRACE is set

This commit is contained in:
Tortue Torche 2019-08-11 03:22:44 -04:00 committed by Tortue Torche
parent adeb5519e7
commit 804010c88d

1
psu
View File

@ -5,6 +5,7 @@
# And more!
set -e
[[ "$PSU_TRACE" ]] && set -x
############################
# Main entrypoint #