Closed mitchweaver closed 6 years ago
Try the latest commit and let me know how it works for you.
Works great, thanks! :+1:
Cool, thanks for reporting.
@lwilletts was there a specific platform you found that type
didn't work on? hash
can't be used to check for a program's existence on ksh since it doesn't return anything.
Was not aware of the difference on ksh. Recommend we go back to using type
for everything.
Not currently working with the #!/bin/sh shebang that comes default on OpenBSD, (which has /bin/sh linked to ksh)
proof:
Changing the shebang to /bin/bash solves all problems -- works flawlessly.
Request: make POSIX to remove bash dependency