Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Side by Side Diff: perl/perl_wrap.bat

Issue 10800079: Add wrapper batch file to make sure our 'perl' is first on the path. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « perl/README.google ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ CRLF
OLDNEW
(Empty)
1 @echo off
2 set drive=%~dp0
3 set drivep=%drive%
4 If $#\#$==$#%drive:~-1%#$ set drivep=%drive:~0,-1%
5 set PATH=%drivep%\perl\site\bin;%drivep%\perl\bin;%drivep%\c\bin;%PATH%
6 rem env variables
7 set TERM=dumb
8 set PERL_JSON_BACKEND=JSON::XS
9 set PERL_YAML_BACKEND=YAML
10 rem avoid collisions with other perl stuff on your system
11 set PERL5LIB=
12 set PERL5OPT=
13 set PERL_MM_OPT=
14 set PERL_MB_OPT=
15 perl %*
OLDNEW
« no previous file with comments | « perl/README.google ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698