[Github-comments] [geany/geany] Make the shell used by Geany to run various commands configurable (#2363)

Jiří Techet notifications at xxxxx
Tue Nov 5 22:30:39 UTC 2019


There's no problem with any shell which has the `-c` command line option (I've checked all the major shells, including fish, and all of them have it). The only thing we do is 

```
<some shell> -c <some command>
```

There's nothing we need to test. I just don't know what you are talking about. Please have a look at the code.

We have the launch script

https://github.com/geany/geany/blob/master/src/build.c#L1162

for which I made the shell configurable, but we could just use /bin/sh for this one all the time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2363#issuecomment-550052631
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191105/db99f9dc/attachment-0001.html>


More information about the Github-comments mailing list