fixed argv0 in $YTPICK error message
This commit is contained in:
parent
c4918d16da
commit
072eb15aaa
2
yt
2
yt
@ -173,7 +173,7 @@ FMT='%(title)s – %(channel)s (%(duration>%H:%M:%S)s) [%(webpage_url)s]'
|
||||
WBAPI='https://archive.org/wayback/available?url='
|
||||
|
||||
if test -z "$YTPICK"; then
|
||||
printf "%s: \$YTPICK unset." 1>&2
|
||||
printf "%s: Please set \$YTPICK to your preferred picking tool." "$argv0" 1>&2
|
||||
exit 78 # sysexits.h(3) EX_CONFIG
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user