-
- Downloads
config.c: do not pre-check if (un)compresscmd is executable
The execlp/execvp calls that execute them search for executables in $PATH, which access(..., X_OK) does not support. This commit makes it possible to specify the (un)compress commands by their base name only in case they are available in $PATH. Closes #122
Please register or sign in to comment