technomancy / grenchman

Sorry about the name
GNU General Public License v3.0
217 stars 8 forks source link

Fix quoting of arguments passed to main #24

Closed hugoduncan closed 7 years ago

hugoduncan commented 11 years ago

When no command line arguments, grench was passing "" to the clojure main.

Note that there is still an issue with quouting, as Sys.argv doesn't seem to handle quoted command line arguments correctly, instead splitting on all spaces.