Closed uroshercog closed 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).
bash
/run/current-system/sw/bin/bash
The PR allows for a more predictable behavior for majority of distros.
Thanks!
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.