[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:15 UTC 2009
The following commit has been merged in the upstream branch:
commit 6075a3ac8f8deb302f5866b18b01a91431d9d89c
Author: Clint Adams <schizo at debian.org>
Date: Wed Feb 28 03:34:34 2007 +0000
Attempt to prevent nested fakeroot invocations.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-115
diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index db3496c..22d8601 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -120,6 +120,13 @@ then
exit 1
fi
+if test -n "$FAKEROOTKEY"
+then
+ echo >&2 "fakeroot: FAKEROOTKEY set to $FAKEROOTKEY"
+ echo >&2 "fakeroot: nested operation not yet supported"
+ exit 1
+fi
+
unset FAKEROOTKEY
KEY_PID=`eval $FAKED $FAKEDOPTS $PIPEIN`
FAKEROOTKEY=`echo $KEY_PID|cut -d: -f1`
--
fakeroot
More information about the Fakeroot-commits
mailing list