]> gitweb.ps.run Git - ps-cgit/commit
shared.c: use execvp() to execute filter commands
authorLars Hjemli <hjemli@gmail.com>
Sat, 26 Mar 2011 10:22:35 +0000 (11:22 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 26 Mar 2011 10:27:29 +0000 (11:27 +0100)
commitc2b58ed8539fcfa4f05cc9da316bbc782f4b8f10
tree96fc98e1cff5caebbd73725d4ca0605211ebe83f
parentb2cf630a4b423bbda6507b7f658042563e76b36e
shared.c: use execvp() to execute filter commands

This reintroduces the use of execvp(), since the filter commands doesn't
always contain an absolute path (i.e. snapshot compression filters).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
shared.c