tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

which dependency missing #115

Closed acidvegas closed 4 years ago

acidvegas commented 4 years ago

the program "which" is required for finding oathtool and is not a listed dependncy for this. My arch linux build did not come with which installed by default and pass otp was failing saying it could not find oathtool due to this. I installed whiched, which fixed this issue.

lanodan commented 4 years ago

[2020-05-18 12:41:50-0700] Dionysus:

the program "which" is required for finding oathtool and is not a listed dependncy for this. My arch linux build did not come with which installed by default and pass otp was failing saying it could not find oathtool due to this. I installed whiched, which fixed this issue.

I guess pass-otp should be modified so that it uses command(1) (POSIX standard) or type (bash builtin).

roddhjav commented 4 years ago

I agree and I already proposed the fix in #116