You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/06 15:57:04 UTC

[GitHub] [geode] thesteve0 commented on a diff in pull request #7550: Fixing bug with geode home determination

thesteve0 commented on code in PR #7550:
URL: https://github.com/apache/geode/pull/7550#discussion_r844118660


##########
geode-assembly/src/main/dist/bin/gfsh.bat:
##########
@@ -27,7 +27,7 @@ REM
 
 setlocal enableextensions
 set scriptdir=%~dp0
-set gf=%scriptdir:\bin\=%
+set gf=%scriptdir:~0,-4%

Review Comment:
   Will do
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org