Skip to content

Commit

Permalink
Makefile: SUDO is unnecessary, set it to empty
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Jul 9, 2024
1 parent 8760322 commit 1787545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ required_pkgs_arch=curl iproute2 tmux expect bind bash-completion nmap ipcalc su
ifeq ("$(wildcard $(completion_path))", "")
completion_path=/usr/local/share/bash-completion/completions
endif
SUDO=sudo
SUDO=
ifeq (, $(shell which sudo))
SUDO=
endif
Expand Down

0 comments on commit 1787545

Please sign in to comment.