X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=a2a95b7d567e15b90d9f404b7abc02b506921027;hp=69f6f8595f176dd934ad6befeb4e7ee76a6f9413;hb=b59955be2da0de3a1bcecbde196e30851b5a90ac;hpb=36909ff6fcb2e8b5397d510030ab9cdba12622da 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 $!;