mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Revert "use windows short names => no issue with space in dir" It's a very bad idea to use short name, because you can disable short name on windows.
This reverts commit 6cb438d7fc
.
Fixes #3372
This commit is contained in:
parent
793f2a25fe
commit
cf959c7182
3 changed files with 3 additions and 9 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
SETLOCAL
|
||||
|
||||
REM get logstash/bin absolute path: d => drive letter, p => path, s => use short names (no-spaces)
|
||||
REM as explained on https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
|
||||
set SCRIPT_DIR=%~dps0
|
||||
set SCRIPT_DIR=%~dp0
|
||||
CALL %SCRIPT_DIR%\setup.bat
|
||||
|
||||
:EXEC
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
SETLOCAL
|
||||
|
||||
REM get logstash/bin absolute path: d => drive letter, p => path, s => use short names (no-spaces)
|
||||
REM as explained on https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
|
||||
set SCRIPT_DIR=%~dps0
|
||||
set SCRIPT_DIR=%~dp0
|
||||
CALL %SCRIPT_DIR%\setup.bat
|
||||
|
||||
:EXEC
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
SETLOCAL
|
||||
|
||||
REM get logstash/bin absolute path: d => drive letter, p => path, s => use short names (no-spaces)
|
||||
REM as explained on https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
|
||||
set SCRIPT_DIR=%~dps0
|
||||
set SCRIPT_DIR=%~dp0
|
||||
CALL %SCRIPT_DIR%\setup.bat
|
||||
|
||||
:EXEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue