]> arthur.barton.de Git - bup.git/commit
_helpers.c: Remove ugly 'python' junk from argv[0] so 'ps' is prettier.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 09:50:50 +0000 (01:50 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 13:02:16 +0000 (05:02 -0800)
commit779f5238197f94cb10f7e3166cae1976a28fb163
tree132a7a4752f1879429c45c72b18b1df9cae81842
parent96fd91c7ff34e430d69bc722d74c70804b827cb6
_helpers.c: Remove ugly 'python' junk from argv[0] so 'ps' is prettier.

Okay, this is pretty gross.  But the 'ps' output was looking ugly, and
now it doesn't.  We remove the 'python' interpreter string and the expanded
pathname of the command being run, so it now shows as (eg.) "bup-join" instead
of "python /blah/blah/blah/cmd/bup-join".

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/newliner-cmd.py
lib/bup/_helpers.c
lib/bup/helpers.py