zed: lets: all-debug: printenv -> env

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
This commit is contained in:
наб 2022-03-20 02:22:00 +01:00 committed by Brian Behlendorf
parent ee798fee45
commit be866839f0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ zed_exit_if_ignoring_this_event
zed_lock "${ZED_DEBUG_LOG}" zed_lock "${ZED_DEBUG_LOG}"
{ {
printenv | sort env | sort
echo echo
} 1>&"${ZED_FLOCK_FD}" } 1>&"${ZED_FLOCK_FD}"
zed_unlock "${ZED_DEBUG_LOG}" zed_unlock "${ZED_DEBUG_LOG}"