Skip to content

Commit

Permalink
try with whoami?
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilnb committed Dec 30, 2024
1 parent 026c687 commit 97d74e3
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 @@ -3,7 +3,7 @@ ARCH?= amd64
SMOLI386= netbsd-SMOLi386
DIST= https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-${VERS}/latest/${ARCH}/binary
KDIST= ${DIST}
SUDO!= [ "$(id -u)" = "0" ] || command -v doas || echo "sudo -E ARCH=${ARCH} VERS=${VERS}"
SUDO!= [ "$(whoami)" = "root" ] || command -v doas || echo "sudo -E ARCH=${ARCH} VERS=${VERS}"
WHOAMI!= whoami
USER!= id -un
GROUP!= id -gn
Expand Down

0 comments on commit 97d74e3

Please sign in to comment.