Skip Menu |

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)



Subject: portableshell.bat issue
<notsystem> portableshell.bat needs to look for a trailing \ before appending \perl\bin; and \c\bin; to %dp0 <notsystem> %~dp0
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%
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.