mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
build-openssl/checksrc.bat: Fixed prepend vs append of Perl path
Fixed inconsistency from commit1eae114065
and0ad6c72227
of the order in which Perl was added to the PATH.
This commit is contained in:
parent
66fa069f1b
commit
8f9be011b1
@ -125,7 +125,7 @@ rem ***************************************************************************
|
||||
if errorlevel 1 (
|
||||
rem It isn't so check we have it installed and set the path if it is
|
||||
if exist "%SystemDrive%\Perl" (
|
||||
set "PATH=%PATH%;%SystemDrive%\Perl\bin"
|
||||
set "PATH=%SystemDrive%\Perl\bin;%PATH%"
|
||||
) else (
|
||||
if exist "%SystemDrive%\Perl64" (
|
||||
set "PATH=%SystemDrive%\Perl64\bin;%PATH%"
|
||||
|
@ -53,7 +53,7 @@ rem ***************************************************************************
|
||||
if errorlevel 1 (
|
||||
rem It isn't so check we have it installed and set the path if it is
|
||||
if exist "%SystemDrive%\Perl" (
|
||||
set "PATH=%PATH%;%SystemDrive%\Perl\bin"
|
||||
set "PATH=%SystemDrive%\Perl\bin;%PATH%"
|
||||
) else (
|
||||
if exist "%SystemDrive%\Perl64" (
|
||||
set "PATH=%SystemDrive%\Perl64\bin;%PATH%"
|
||||
|
Loading…
Reference in New Issue
Block a user