From 4c1d37d7d061ed97a4eaa0714560f3228fd6ff13 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 10 May 2000 04:55:10 +0000 Subject: 11288: Reopen stdin on /dev/null to avoid confusing programs that don't expect it to be closed. --- Completion/Commands/_complete_help | 1 + Completion/Core/_main_complete | 1 + 2 files changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index b952480f8..94ca4abe0 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -3,6 +3,7 @@ _complete_help() { setopt localoptions nullglob rcexpandparam extendedglob unsetopt markdirs globsubst shwordsplit nounset ksharrays + exec