[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.14.3-200-gb232f8a

Kyle J. McKay mackyle at gmail.com
Tue Aug 23 13:03:43 UTC 2011


The following commit has been merged in the master branch:
commit 6344c0b7b8120db0e11c4a1e7485c2a494425e5a
Author: Kyle J. McKay <mackyle at gmail.com>
Date:   Thu May 26 16:07:53 2011 -0700

    Use the correct variable names in trap for Mac OS X

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index d4f888d..114956f 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -148,7 +148,7 @@ PID=`echo $KEY_PID|cut -d: -f2`
 if [ "$WAITINTRAP" -eq 0 ]; then
   trap "kill -s @signal@ $PID" EXIT INT
 else
-  trap 'FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS"  LD_PRELOAD="$LIB" /bin/ls -l / >/dev/null 2>&1; while kill -s @signal@ $PID 2>/dev/null; do sleep 0.1; done' EXIT INT
+  trap 'FAKEROOTKEY=$FAKEROOTKEY @LDLIBPATHVAR@="$PATHS" @LDPRELOADVAR@="$LIB" /bin/ls -l / >/dev/null 2>&1; while kill -s @signal@ $PID 2>/dev/null; do sleep 0.1; done' EXIT INT
 fi
 
 if test -z "$FAKEROOTKEY" || test -z "$PID"; then

-- 
fakeroot



More information about the Fakeroot-commits mailing list