You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ytfzf with no arguments will attempt to call shift with negative argument. According to Open Group Base Specifications on shift, the argument must be an unsigned integer.
My shell yash, does not process -1 in POSIX mode.
To Reproduce
Run ytfzf with no arguments
Expected behavior
shift is not called with negative argumetn
Screenshots
Information
OS: Artix Linux
Terminal: alacritty 0.13.1
Ytfzf version: master / 2.6.2
Output of readlink $(which sh): yash (v2.55)
(if is a thumbnail issue) run ytfzf --thumbnail-log=log.txt and post the file:
Describe the bug
Running
ytfzf
with no arguments will attempt to callshift
with negative argument. According to Open Group Base Specifications onshift
, the argument must be an unsigned integer.My shell
yash
, does not process-1
in POSIX mode.To Reproduce
Run
ytfzf
with no argumentsExpected behavior
shift
is not called with negative argumetnScreenshots
Information
readlink $(which sh)
: yash (v2.55)ytfzf --thumbnail-log=log.txt
and post the file:Additional context
https://pubs.opengroup.org/onlinepubs/009695399/
The text was updated successfully, but these errors were encountered: