Skip to content

Commit

Permalink
0005047: Windows install to directory with parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 1, 2021
1 parent 6c484e3 commit c3d1bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/setenv.bat
Expand Up @@ -22,7 +22,7 @@
@echo off

pushd "%~dp0.."
for /f "delims=" %%i in ('echo %CD%') do set SYM_HOME=%%i
set SYM_HOME=%CD%
popd

set SYM_OPTIONS=-Dfile.encoding=utf-8 ^
Expand Down

0 comments on commit c3d1bd7

Please sign in to comment.