We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbc89e commit ec52094Copy full SHA for ec52094
src/cmdlib.sh
@@ -8,7 +8,7 @@ RFC3339="%Y-%m-%dT%H:%M:%SZ"
8
# Fix 'sudo' in case we're running as root
9
if [ "$(id -u)" != "0" ]; then
10
export SUDO=sudo
11
- export SUDO_W_ENV=sudo -E
+ export SUDO_W_ENV='sudo -E'
12
# always provide the sudo_w_env alias so python scripts can be sure it always exists
13
alias sudo_w_env='sudo -E'
14
else
0 commit comments