| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
the binary_output flag if set.
|
| |
|
|
|
|
| |
`uudecode` in Ubuntu 11.10)
|
|
|
|
|
| |
The behaviour of elinks is locale-dependent. This patch forces LANG=C
which makes the behaviour consistent across platforms.
|
|
|
|
|
|
|
|
|
|
| |
The trouble with `which command` is twofold:
- It spawns a whole shell just to find out the path to a binary, every time;
- The results are environment-dependent, since they depend on $PATH. It would
be better to specify the search path in the configuration file where everything
else is specified rather than in the environment.
This commit replaces it with the new mechanism from AlaveteliExternalCommand.
|
|
|
|
|
|
| |
Look for external commands in a config-defined path (defaulting
to /usr/bin:/usr/local/bin), rather than requiring the path to be
hard-coded or the caller to resolve it.
|
|
|