From: Simon Ruderich Date: Thu, 28 Jan 2016 17:42:00 +0000 (+0100) Subject: fix typo in comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=b59955be2da0de3a1bcecbde196e30851b5a90ac fix typo in comment --- diff --git a/bin/fcscs b/bin/fcscs index 69f6f85..a2a95b7 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -500,8 +500,8 @@ sub run_in_background { # closes the window (because the parent process has exited). local $SIG{HUP} = 'IGNORE'; - # Necessary for GNU screen or it'll keep the window open until the - # paste command has run. + # Necessary for GNU screen or it'll keep the window open until an + # external command has run. close STDIN or die $!; close STDOUT or die $!; close STDERR or die $!;