Skip Menu |

This queue is for tickets about the LaTeX-Driver CPAN distribution.

Report information
The Basics
Id: 86944
Status: resolved
Priority: 0/
Queue: LaTeX-Driver

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

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



Subject: Doesn't work with Win32 when temp-drive != working dir drive
Hi, (only Win32) This distribution won't work when your current working dir drive is not the same as your %TEMP% drive. The Problem is in LaTeX/Driver.pm, line 676 $cmd = "cmd /c \"cd $dir && $program $args\""; cd itself won't change the drive. If you change the line in $cmd = "cmd /c \"cd /D $dir && $program $args\""; everything seems fine... Best regards, Tarek
This appears to have been resolved by using pushd instead.