From 561c2c940f8b55f4b9ec06366e1bd17866eb95ae Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 16 Feb 2025 15:23:38 +0100 Subject: [PATCH] bin/say --- bin/say | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/say b/bin/say index 1e26ca10..d59d3584 100755 --- a/bin/say +++ b/bin/say @@ -48,7 +48,7 @@ if (@ARGV or -t STDIN) { } $_ = espeak($_); -printf SAY $_; +print SAY $_; close SAY; -- 2.47.3