Skip Menu |

This queue is for tickets about the Term-Choose CPAN distribution.

Report information
The Basics
Id: 130463
Status: new
Priority: 0/
Queue: Term-Choose

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

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



From: gregoa [...] cpan.org
Subject: [PATCH] replace '&>' construct with '2>&1'.
In Debian we are currently applying the following patch to Term-Choose. We thought you might be interested in it too. Description: replace '&>' construct with '2>&1'. This works in bash and zsh but not in dash; there each invocation outputs "ncurses 6.1.20190803". A more typical way to check for a command's existence might be 'command -v tput >/dev/null'. Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2019-09-08 The patch is tracked in our Git repository at https://salsa.debian.org/perl-team/modules/packages/libterm-choose-perl/raw/master/debian/patches/redirect.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here is the current version of the patch.

Message body is not shown because sender requested not to inline it.