bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports Using {//} throws error when using --trc


From: Patrick Hallen
Subject: GNU Parallel Bug Reports Using {//} throws error when using --trc
Date: Wed, 27 Jul 2016 13:22:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Hello,

when I use --trc with using {//} anywhere as argument parallel exits
with the following error:

Undefined subroutine &Job::basename called at /usr/local/bin/parallel
line 7414.

This can be easily reproduced with:

mkdir foo
echo foobar > foo/bar.txt
parallel --sshlogin server.example.com --trc {//}/result.txt "cat {} >
{//}/result.txt;" ::: foo/bar.txt

The problem persists with both the version shipped with Debian Jessie
(20130922) and the most recent version of parallel (20160722).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]