Ted Wilmes created TINKERPOP-1245: ------------------------------------- Summary: Gremlin shell starts incorrectly on OS X due to awk difference Key: TINKERPOP-1245 URL: https://issues.apache.org/jira/browse/TINKERPOP-1245 Project: TinkerPop Issue Type: Bug Affects Versions: 3.1.2-incubating Reporter: Ted Wilmes Assignee: Ted Wilmes Priority: Minor
The version of awk included with my version of OS X requires a space in variable definition {{awk -v RS=' '}} versus {{awk -vRS=' '}}. {{gremlin.sh}} uses awk to process JAVA_OPTIONS. I think other folks may run into this problem and GNU awk can handle the space without issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)