From d117debca9701fb980bbc1dec6e73c1ad5c397ad Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 23 Jun 2024 14:03:26 -0400 Subject: voice: Don't touch the voice pool file when we reference it. ...With over 14,000 pool files, it's silly. Change-Id: Ib615e0813caef0506bed4e53099578dc8e74cacc --- tools/voice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/voice.pl') diff --git a/tools/voice.pl b/tools/voice.pl index b2aadbcfab..1b58f5a67f 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -479,7 +479,7 @@ sub generateclips { $language); if (-f $pool_file) { printf("Re-using %s (%s) from pool\n", $id, $voice) if $verbose; - system("touch $pool_file"); # So we know it's still being used. +# system("touch $pool_file"); # So we know it's still being used. copy($pool_file, $enc); } } -- cgit v1.2.3