Launch external programs through shell.
commitae5756808c915ca9a760e969eb55971346aac807
authorMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 3 Jan 2016 14:41:10 +0000 (3 12:41 -0200)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 3 Jan 2016 14:41:10 +0000 (3 12:41 -0200)
tree8044831eab2362de096724e1db17b154fa000127
parentb57bc35dd92893b24b65392df6c768d1661550dc
Launch external programs through shell.

Passing $PAGER directly as argv[0] of a subprocess only works when
$PAGER is simply  the name of a binary file, such as "less". Users
may want to hardcode  command-line options, e.g.  PAGER="less -N",
so we need to do  something like  argv = {"sh", "-c", $PAGER}. The
same applies to $SHELL and $EDITOR.
config.h
rover.c