From c3a6e5fa897533274077b7573a6d2a302011be68 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Dec 2007 11:38:48 +0000 Subject: Move XARGS initialization from portage.data to isolated-functions.sh. (trunk r9095:9097) svn path=/main/branches/2.1.2/; revision=9098 --- pym/portage_data.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pym/portage_data.py') diff --git a/pym/portage_data.py b/pym/portage_data.py index 5cb88b385..3421d9b9d 100644 --- a/pym/portage_data.py +++ b/pym/portage_data.py @@ -20,15 +20,12 @@ if ostype == "Linux" or \ ostype.lower().startswith("gnu") or \ ostype.lower().endswith("gnu"): userland="GNU" - os.environ["XARGS"]="xargs -r" elif ostype == "Darwin": userland="Darwin" - os.environ["XARGS"]="xargs" def lchown(*pos_args, **key_args): pass elif ostype.endswith("BSD") or ostype =="DragonFly": userland="BSD" - os.environ["XARGS"]="xargs" if not lchown: if "lchown" in dir(os): -- cgit v1.2.3-1-g7c22