move debug set -x up with set -e for consistency

This commit is contained in:
dtb 2023-11-08 18:32:39 -07:00
parent 3714c02588
commit 7057d83ad9

8
yt
View File

@ -18,6 +18,10 @@
set -e
if test -n "$DEBUG"; then
set -x
fi
argv0="$0"
com="$1"
FMT='%(title)s %(channel)s (%(duration>%H:%M:%S)s) [%(webpage_url)s]'
@ -173,10 +177,6 @@ verify() { # replaces videos with archived versions if they are not available
done
}
if test -n "$DEBUG"; then
set -x
fi
for dep in \
curl \
fzf \