diff --git a/bin/nic.pl b/bin/nic.pl index db3dafb..e304f99 100755 --- a/bin/nic.pl +++ b/bin/nic.pl @@ -207,6 +207,7 @@ sub promptIfMissing { } else { print $::savedStdout $prompt, ": "; } + $::savedStdout->flush(); $| = 1; $_ = ; chomp;