Remove unneeded SHELL_CMD.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 4 Jun 2014 22:03:22 +0000 (00:03 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 4 Jun 2014 22:04:36 +0000 (00:04 +0200)
commitce718c55c61ffea9e1c97f5a34fae2868ba35bcd
tree9a0b4022419a720e6ac390ab3ae5c3181c2b3242
parent6d2081802dba0f503b8a9514db45f1bc5175156f
Remove unneeded SHELL_CMD.

The g_spawn_command_line_async starts already a shell for us, so there is no
need to start a subshell from there. This fixes also some wired quoting
issues that appeared if there where single quotes in the given command string
to avoid shell expansion. In this case the variables where expanded because of
the quoting issue.
src/config.def.h
src/ex.c