ninia / jep

Embed Python in Java
Other
1.32k stars 150 forks source link

Fix export syntax on generated jep script #384

Closed seletz closed 2 years ago

seletz commented 2 years ago

This PR fixes shell syntax of the generated jep binary.

Shell does not like blanks around the "=". Also, it seems appropriate to quote the path in case of paths with blanks.

Fixes #383. See also #382.