r-lib / keyring

:closed_lock_with_key: Access the system credential store from R
https://keyring.r-lib.org/
Other
196 stars 28 forks source link

fix: dont use hardcoded bash interpreter path #92

Closed uroshercog closed 3 years ago

uroshercog commented 3 years ago

Currently the scripts assume bash is present on a static path. That's not the case on all distros (e.g. NixOS -> /run/current-system/sw/bin/bash).

The PR allows for a more predictable behavior for majority of distros.

gaborcsardi commented 3 years ago

Thanks!