getssl icon indicating copy to clipboard operation
getssl copied to clipboard

Consistently use /usr/bin/env instead of /bin/bash for portability.

Open christopherkobayashi opened this issue 3 years ago • 0 comments

Pretty much what it says on the tin -- most of the scripts use /usr/bin/env instead of directly calling /bin/bash, but a not-insignificant few don't, which breaks platforms that don't have bash in /bin (NetBSD, FreeBSD, and so forth).

christopherkobayashi avatar Aug 15 '22 08:08 christopherkobayashi