1. 30 Aug, 2015 5 commits
  2. 29 Aug, 2015 1 commit
  3. 19 Aug, 2015 11 commits
  4. 07 Aug, 2015 3 commits
  5. 02 Aug, 2015 7 commits
  6. 20 Jul, 2015 1 commit
  7. 02 Jul, 2015 1 commit
  8. 24 Jun, 2015 5 commits
  9. 23 Jun, 2015 2 commits
  10. 13 Jun, 2015 3 commits
  11. 11 Jun, 2015 1 commit
    • Stephen Drake's avatar
      Don't quote executable name twice in script headers · e5588b70
      Stephen Drake authored
      Don't quote the executable name in JythonCommandSpec.from_environment() since it is quoted if necessary in CommandSpec._render().
      
      With the executable quoted on initialisation of JythonCommandSpec, the quotes get escaped in the resulting header, eg:
      
      #!/usr/bin/env \"/path/to/jython\"
      e5588b70