You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2009/10/04 14:43:57 UTC

[jira] Resolved: (COUCHDB-518) Startupscript fails im there are *.ini files in the current directory

     [ https://issues.apache.org/jira/browse/COUCHDB-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt resolved COUCHDB-518.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

Fixed in r821534.

> Startupscript fails im there are *.ini files in the current directory
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-518
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-518
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Infrastructure
>         Environment: r821494, FreeBSD
>            Reporter: Maximillian Dornseif
>            Priority: Minor
>             Fix For: 0.11
>
>
> Line 123 of /usr/local/bin/couchdb  reads:
>     for file in `find "$1" -mindepth 1 -maxdepth 1 -type f -name *.ini`; do
> "*.ini" will get expanded to filenames if there in a *.ini file in the current directory.
>     for file in `find "$1" -mindepth 1 -maxdepth 1 -type f -name '*.ini'`; do
> (note the quouting) works regardless of the current directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.