You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/01/02 09:50:48 UTC

[GitHub] [zookeeper] wordfeng commented on a change in pull request #1195: ZOOKEEPER-3453: missing 'SET' in zkCli on windows

wordfeng commented on a change in pull request #1195: ZOOKEEPER-3453: missing 'SET' in zkCli on windows
URL: https://github.com/apache/zookeeper/pull/1195#discussion_r362416658
 
 

 ##########
 File path: bin/zkCli.cmd
 ##########
 @@ -17,7 +17,7 @@ REM limitations under the License.
 setlocal
 call "%~dp0zkEnv.cmd"
 
-ZOO_LOG_FILE=zookeeper-%USERNAME%-cli-%COMPUTERNAME%.log
+set ZOO_LOG_FILE=zookeeper-%USERNAME%-cli-%COMPUTERNAME%.log
 
 set ZOOMAIN=org.apache.zookeeper.ZooKeeperMain
 
 Review comment:
   ok, i changed it

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services