Uzbl

Tasklist

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
Task Type Feature Request
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

shell_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>

Loading...