From: Lars Hjemli Date: Sat, 26 Mar 2011 10:22:35 +0000 (+0100) Subject: shared.c: use execvp() to execute filter commands X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c2b58ed8539fcfa4f05cc9da316bbc782f4b8f10?hp=c2b58ed8539fcfa4f05cc9da316bbc782f4b8f10 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 ---