[
https://issues.apache.org/jira/browse/GEODE-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339784#comment-15339784
]
ASF subversion and git services commented on GEODE-1530:
--------------------------------------------------------
Commit e24a47110fb504cf4b2980305ab492e23d70a361 in incubator-geode's branch
refs/heads/feature/GEODE-33 from [~karensmolermiller]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=e24a471 ]
Merge #158 into feature/GEODE-33
GEODE-1530: geode-examples setEnv.sh script needs to export path
Without an export of the path, using the GEODE_HOME env variable,
the scripts/startAll.sh script will pick up the first gfsh in the
path that it finds.
Also updated the scripts/stopAll.sh script to run the setEnv.sh
script, so that stopAll.sh uses the correct gfsh.
> geode-examples setEnv.sh script needs to export path
> ----------------------------------------------------
>
> Key: GEODE-1530
> URL: https://issues.apache.org/jira/browse/GEODE-1530
> Project: Geode
> Issue Type: Bug
> Reporter: Karen Smoler Miller
> Assignee: Karen Smoler Miller
> Labels: bug-hunt
>
> Work currently on the feature/GEODE-33 branch.
> In the replicated example, the {{scripts/setEnv.sh}} script should to prepend
> the {{GEODE_HOME}} environment variable it finds to the PATH, so that the
> {{startAll.sh}} uses that path.
> Append this line to the {{scripts/setEnv.sh}} script:
> {{export PATH=$GEODE_HOME/bin:$PATH}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)