aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed.d
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-03-20 02:22:00 +0100
committerBrian Behlendorf <[email protected]>2022-04-01 17:59:06 -0700
commitbe866839f0144eba5bc1168c8b60c2cf809af239 (patch)
treedde88b341cdc9b0059c1de76a0d8e4568268d743 /cmd/zed/zed.d
parentee798fee458cc16424e30508d5da4a8fd03233c6 (diff)
zed: lets: all-debug: printenv -> env
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13259
Diffstat (limited to 'cmd/zed/zed.d')
-rwxr-xr-xcmd/zed/zed.d/all-debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed.d/all-debug.sh b/cmd/zed/zed.d/all-debug.sh
index ba19b96b0..9794cf26c 100755
--- a/cmd/zed/zed.d/all-debug.sh
+++ b/cmd/zed/zed.d/all-debug.sh
@@ -15,7 +15,7 @@ zed_exit_if_ignoring_this_event
zed_lock "${ZED_DEBUG_LOG}"
{
- printenv | sort
+ env | sort
echo
} 1>&"${ZED_FLOCK_FD}"
zed_unlock "${ZED_DEBUG_LOG}"