Skip Menu |

This queue is for tickets about the Text-SenseClusters CPAN distribution.

Report information
The Basics
Id: 132163
Status: new
Priority: 0/
Queue: Text-SenseClusters

People
Owner: Nobody in particular
Requestors: Martin [...] vanharmelen.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 ---
Subject: Re: [rt.cpan.org #132163] AutoReply: discriminate.pl sh: 1: Syntax error: Bad fd number
Date: Mon, 16 Mar 2020 18:12:49 +0100 (CET)
To: bug-Text-SenseClusters [...] rt.cpan.org
From: Martin van Harmelen <Martin [...] vanharmelen.com>
Typo. It should be ">". On 16 March 2020 15:49:22 CET, Bugs in Text-SenseClusters via RT <bug-Text-SenseClusters@rt.cpan.org> wrote: Show quoted text
> >Greetings, > >This message has been automatically generated in response to the >creation of a trouble ticket regarding: > "discriminate.pl sh: 1: Syntax error: Bad fd number", >a summary of which appears below. > >There is no need to reply to this message right now. Your ticket has >been >assigned an ID of [rt.cpan.org #132163]. Your ticket is accessible >on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=132163 > >Please include the string: > > [rt.cpan.org #132163] > >in the subject line of all future correspondence about this issue. To >do so, >you may reply to this message. > > Thank you, > bug-Text-SenseClusters@rt.cpan.org > >------------------------------------------------------------------------- >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 >---