Introduce check_sudo_dependency. #17

Merged
white-gecko merged 1 commits from feature/check_sudo_dependency into master 2021-03-06 11:11:31 +00:00
white-gecko commented 2021-03-06 10:00:06 +00:00 (Migrated from github.com)

Fix #16. Introduce check_sudo_dependency. This dependency check adds the sbin directories to the PATH to check for dependencies, that are called with sudo anyways.

This is the same trick applied by the bash completion for sudo:
bea218a7de/completions/sudo (L14)

Fix #16. Introduce check_sudo_dependency. This dependency check adds the sbin directories to the `PATH` to check for dependencies, that are called with sudo anyways. This is the same trick applied by the bash completion for sudo: https://github.com/scop/bash-completion/blob/bea218a7de750c235a7dced46a4cfa4f854cf8dd/completions/sudo#L14
piggz commented 2021-03-06 11:11:39 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.