stephen mallette created TINKERPOP-1940:
-------------------------------------------
Summary: Command parsing problem with files for long options in
gremlin.sh
Key: TINKERPOP-1940
URL: https://issues.apache.org/jira/browse/TINKERPOP-1940
Project: TinkerPop
Issue Type: Improvement
Components: console
Affects Versions: 3.2.8
Reporter: stephen mallette
Assignee: stephen mallette
Fix For: 3.4.0, 3.2.9, 3.3.3
A bit of an edge case, but shows that there's still something amiss in the
command parser:
{code}
$ echo '1+1' > '-l'
$ cat -- -l
1+1
$ bin/gremlin.sh --interactive -l
bin/gremlin.sh: line 85: $3: unbound variable
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)