Subject: | discriminate.pl sh: 1: Syntax error: Bad fd number |
Date: | Mon, 16 Mar 2020 15:41:05 +0100 (CET) |
To: | bug-Text-SenseClusters [...] rt.cpan.org |
From: | Martin van Harmelen <Martin [...] vanharmelen.com> |
In discriminate.pl line 2221 and 2456 the ">&" operator is used where it
should be "&".
$status = system("clusterstopping.pl --prefix $prefix
$cluststop_str $vectors >& $prefix.predictions");
$status = system("clusterstopping.pl --prefix $prefix
$cluststop_str $simat >& $prefix.predictions");
Output of discriminate.pl --version:
$Id: discriminate.pl,v 1.108 2013/06/26 01:09:24 jhaxx030 Exp $
Driver to Run SenseClusters
Cheers,
Martin
---