You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
64f1406 elevated the sudo/doas check to the top level of the script, but since it's only used when -d isn't passed, that's a bit too universal.
Perhaps that commit should be reverted and detect_sudo_command >&2 should be invoked just after if [ -z "$NO_DEPS" ]; then and before the case statements
The text was updated successfully, but these errors were encountered:
64f1406 elevated the sudo/doas check to the top level of the script, but since it's only used when
-d
isn't passed, that's a bit too universal.Perhaps that commit should be reverted and
detect_sudo_command >&2
should be invoked just afterif [ -z "$NO_DEPS" ]; then
and before thecase
statementsThe text was updated successfully, but these errors were encountered: