[Github-comments] [geany/geany] Internal problem of Geany's context action & Run/Compile/Build commands (#1801)

elextr notifications at xxxxx
Wed Mar 14 21:51:28 UTC 2018


> I run (with Geany's F5) a program different from xterm and hope it would get my lovely $everything.

And again its the shell thats swallowing it, commands execute in a shell, try typing `echo $2 "$3" -$4-` at the command line without a Geany in sight and the shell will do what you told it to (not what you want it to), substitute the relevant parameters (which are empty) for the $n and so your beautiful $n is masticated out of existence by the SHELL.

You need to shell escape the poor innocent `$` that is egregiously eaten by the shell with a backslash which is a substantial meal for a shell and satiates its hunger and it leaves the `$` alone.

-- 
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/issues/1801#issuecomment-373186923
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180314/cc3c9595/attachment.html>


More information about the Github-comments mailing list