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
Is this a generalization of #5804? I was just thinking there that blake2b wouldn't be the only case. In #5804, the error is generated manually, but "Is a directory" usually comes from an io error. I think it's probably worth investigating what our cksum is even doing on directories.
GNU
cksum
shows an error and returns an exit code of1
if a directory is specified:uutils
cksum
, on the other hand, doesn't show an error and returns an exit code of0
:The same applies to
-a
/--algorithm
with all algorithms.The text was updated successfully, but these errors were encountered: