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