FS#137 - get rid of `shell_cmd` and `sh` command
Attached to Project:
Uzbl
Opened by Dieter Plaetinck (Dieter_be) - 2009-11-14 06:23:06 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-12-05 09:01:10 PM
Opened by Dieter Plaetinck (Dieter_be) - 2009-11-14 06:23:06 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2009-12-05 09:01:10 PM
|
Detailsshell_cmd should be a custom (optional) user variable. not something built-in.
|
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
2009-12-05 09:01:10 PM
Reason for closing: Won't fix
Additional comments about closing: it has to be built-in to avoid quoting problem.
you cannot do something like:
sh -c <command>
it must be:
sh -c '<command>
2009-12-05 09:01:10 PM
Reason for closing: Won't fix
Additional comments about closing: it has to be built-in to avoid quoting problem.
you cannot do something like:
sh -c <command>
it must be:
sh -c '<command>