Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.2-incubating
Description
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.