RT for rt.cpan.org
Skip Menu
|
Bug #54925 for Perl-Dist-Strawberry: portableshell.bat issue
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Perl-Dist-Strawberry CPAN distribution
.
Report information
The Basics
Id:
54925
Status:
resolved
Priority:
0/
Queue:
Perl-Dist-Strawberry
People
Owner:
Nobody in particular
Requestors:
csjewell [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Tue Feb 23 21:46:30 2010
csjewell [...] cpan.org - Ticket created
Subject:
portableshell.bat issue
<notsystem> portableshell.bat needs to look for a trailing \ before appending \perl\bin; and \c\bin; to %dp0 <notsystem> %~dp0
Tue Feb 23 21:52:40 2010
csjewell [...] cpan.org - Dependency by ticket #54728 added
Tue Feb 23 22:15:18 2010
http://www.google.com/profiles/bagok701 - Correspondence added
On Tue Feb 23 21:46:30 2010, CSJEWELL wrote:
Show quoted text
> <notsystem> portableshell.bat needs to look for a trailing \ before > appending \perl\bin; and \c\bin; to %dp0 > <notsystem> %~dp0 >
set drive=%~dp0 set drivep=%drive% If $#\#$==$#%drive:~-1%#$ set drivep=%drive:~0,-1% set PATH=%drivep%\perl\bin;%drivep%\c\bin;%PATH%
Tue Feb 23 22:15:35 2010
The RT System itself - Status changed from 'new' to 'open'
Thu Apr 22 09:21:28 2010
csjewell [...] cpan.org - Correspondence added
On Tue Feb 23 22:15:18 2010,
http://www.google.com/profiles/bagok701
wrote:
Show quoted text
> On Tue Feb 23 21:46:30 2010, CSJEWELL wrote:
> > <notsystem> portableshell.bat needs to look for a trailing \ before > > appending \perl\bin; and \c\bin; to %dp0 > > <notsystem> %~dp0 > >
> > set drive=%~dp0 > set drivep=%drive% > If $#\#$==$#%drive:~-1%#$ set drivep=%drive:~0,-1% > set PATH=%drivep%\perl\bin;%drivep%\c\bin;%PATH%
r12013 in svn (patch at
http://fisheye2.atlassian.com/changelog/cpan/?cs=12013
) includes this, so it'll be in the April final.
Thu Apr 22 09:21:31 2010
csjewell [...] cpan.org - Status changed from 'open' to 'patched'
Sun May 02 21:43:25 2010
csjewell [...] cpan.org - Status changed from 'patched' to 'resolved'