Changeset 37525
- Timestamp:
- 2023-03-16T22:59:43+13:00 (7 days ago)
- Location:
- main/trunk/greenstone3/ext-cli
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/ext-cli/get-selfcontained-jdk.bat
r37510 r37525 31 31 if %ERRORLEVEL% NEQ 0 ( 32 32 echo Error encountered running: 1>&2 33 echo cd $selfcon_ext && . /PREPARE-${OS_ALLCAPS}.sh1>&233 echo cd $selfcon_ext && .\PREPARE-${OS_ALLCAPS}.bat 1>&2 34 34 exit 1 35 35 ) … … 37 37 ) else ( 38 38 echo Detected directory '%installed_dir%' 39 echo =^> Taken to mean that the %selfcon_ext%/PREPARE-%OS_ALLCAPS%. shcommand has already been run39 echo =^> Taken to mean that the %selfcon_ext%/PREPARE-%OS_ALLCAPS%.bat command has already been run 40 40 ) 41 41 … … 49 49 echo. 50 50 echo Detected JAVA_HOME set to \%CD\%/%installed_dir% 51 echo =^> Taken to mean that the %selfcon_ext% SETUP. shfile has been sourced51 echo =^> Taken to mean that the %selfcon_ext% SETUP.bat file has been sourced 52 52 ) 53 53 -
main/trunk/greenstone3/ext-cli/get-subversion-windows-64bit.bat
r37511 r37525 27 27 ) 28 28 29 endlocal
Note:
See TracChangeset
for help on using the changeset viewer.