You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by idler <gi...@git.apache.org> on 2016/12/14 09:55:40 UTC

[GitHub] lucene-solr pull request #124: fix small issue in solr shell script

GitHub user idler opened a pull request:

    https://github.com/apache/lucene-solr/pull/124

    fix small issue in solr shell script

    if you are using CDPATH  (and it is really userful OTB function of bash shell), this script will not work.
    Finally you will see, that $SOLR_SERVER_DIR not found
    CDPATH is not necessary inside any scripts and we must to break it like 
    CDPATH='' # empty 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/idler/lucene-solr patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/124.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #124
    
----
commit a4f96bd3a352b61910b383b1505354357a462777
Author: Maxim Antonov <ma...@gmail.com>
Date:   2016-12-14T09:53:02Z

    fix small issue in solr shell script

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: URLEncode documents directory in Morphli...

Posted by andyetitmoves <gi...@git.apache.org>.
Github user andyetitmoves closed the pull request at:

    https://github.com/apache/lucene-solr/pull/124


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org