diff --git a/zzz b/zzz index 6a2f8591..b4260255 100755 --- a/zzz +++ b/zzz @@ -44,7 +44,7 @@ flock -n 9 || fail "another instance of zzz is running" printf "Zzzz... " for hook in /etc/zzz.d/suspend/*; do - [ -x "$hook" ] && "$hook" + [ -x "$hook" ] && "$hook" 9<&- done case "$ZZZ_MODE" in @@ -58,7 +58,7 @@ esac ZZZ_MODE=resume for hook in /etc/zzz.d/resume/*; do - [ -x "$hook" ] && "$hook" + [ -x "$hook" ] && "$hook" 9<&- done echo "yawn."