Skip to content

Commit

Permalink
update sudo check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Oct 10, 2024
1 parent e094663 commit 3866149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/CONFIG_SRC
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ INSTALL_755:=$(INSTALL) -m 755
# Can we create the final location?
# If yes, SUDO_INFO = 0
# IF no, SUDO_INFO = 1
SUDO_INFO := $(shell mkdir -p $(INSTALL_LOCATION_CHECK) 1>&2 2> /dev/null; echo $$?)
SUDO_INFO := $(shell mkdir -p $(PS_INSTALL_LOCATION) 1>&2 2> /dev/null; echo $$?)
SUDO_CMD := $(shell which sudo)

# For CentOS, devtoolset-{7,8} has -E option within sudo shell
Expand Down

0 comments on commit 3866149

Please sign in to comment.