Couchdb can't find main.js when running under a path that contains a directory
name starting with two or more dashes
--------------------------------------------------------------------------------------------------------------------
Key: COUCHDB-284
URL: https://issues.apache.org/jira/browse/COUCHDB-284
Project: CouchDB
Issue Type: Bug
Components: Build System, Infrastructure
Affects Versions: 0.9
Environment: Ubuntu Linux
Reporter: eric casteleijn
Priority: Minor
When coucdb runs in directory below any directory whose name starts with two or
more dashes, say
/some/path/---foo/couch
It will error when it tries to call main.js with:
"could not open script file /path/some/-foo/couch/share/server/main.js"
Note that the first two dashes have been dropped.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.