bug#32293: wrap-program with non-colon separtor produces incorrect bash substitutions

2018-08-19 Thread Ludovic Courtès
Hello Jelle! Jelle Licht skribis: > While working to package some lua-related stuff, I need to deal with the > LUA_PATH environment variable. This variable uses `;' as a separator, and > as such, I wanted to wrap one of my programs > > ... > (wrap-program (string-append out "/bin/fennel") >

bug#32293: wrap-program with non-colon separtor produces incorrect bash substitutions

2018-07-27 Thread Jelle Licht
Hi all, While working to package some lua-related stuff, I need to deal with the LUA_PATH environment variable. This variable uses `;' as a separator, and as such, I wanted to wrap one of my programs --8<---cut here---start->8--- ... (wrap-program