]> arthur.barton.de Git - bup.git/commit
main.py: use execvp() instead of subprocess.Popen() when possible.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 09:52:51 +0000 (01:52 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 13:02:21 +0000 (05:02 -0800)
commit5ef8f0d4ed5c1f3069d0ebcab040177151837f03
tree0c6a7255a9a247e0a21cfc13cf32b0e9f0d47a67
parent779f5238197f94cb10f7e3166cae1976a28fb163
main.py: use execvp() instead of subprocess.Popen() when possible.

This avoids an extra process showing up in the 'ps' listing if we're not
going to be using bup-newliner anyhow.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
main.py