mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug
- Applied patch from Dirk to fix a problem on Cygwin with a $PATH that contain spaces. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
e7428663d2
commit
93337f499e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if ($@)
|
|||
}
|
||||
|
||||
# Use the taskwarrior 2.0+ export command to filter and return JSON
|
||||
my $command = join (' ', ("env PATH=$ENV{PATH} task export", @ARGV));
|
||||
my $command = join (' ', ("env PATH='$ENV{PATH}' task export", @ARGV));
|
||||
if ($command =~ /No matches/)
|
||||
{
|
||||
printf STDERR $command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue