From aea924246095908aa19549832982625c19e7c766 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 19 May 2013 19:24:57 +0000 Subject: Close STDIN --- iurt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iurt b/iurt index c99dec7..f183be8 100755 --- a/iurt +++ b/iurt @@ -732,6 +732,9 @@ if ($run{shell}) { } } +# If not using --shell, we don't want an interactive build +close STDIN; + # perform some cleaning before running to have some more space, rsync to # the server too in case previous iurt crashed -- cgit v1.2.1