X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=230d4bc9440b1900f21ece73fd01330fb0d29c8d;hp=5b68c2b022a76f445db3f9c652a7f65e343d9bbb;hb=26127ebea5f8ac11142a8a59c1cb6fe8b27ad545;hpb=f124504b5d88971f1740b01faed809a63825fe17 diff --git a/bin/fcscs b/bin/fcscs index 5b68c2b..230d4bc 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -355,6 +355,9 @@ package Screen { } } + foreach (@args) { + $_ = $self->encode($_); + } say $fh "$module: @args"; return; }