[Fakeroot-commits] [SCM] Debian packaging of fakeroot branch, upstream, updated. f7acff932a2930158e3a3d64373a67dc8bf1ebd1

Clint Adams clint at debian.org
Fri Sep 20 13:54:35 UTC 2013


The following commit has been merged in the upstream branch:
commit 8290a80b4c107b19851158dbd72b7735fc1bf36b
Author: Clint Adams <clint at debian.org>
Date:   Fri Sep 20 09:48:51 2013 -0400

    Use colon as a delimiter for preload libs. closes: #697430.

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index 324a9dc..88ff313 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -165,7 +165,7 @@ if test -n "$@LDLIBPATHVAR@"; then
 fi
 # ...and preloaded libs
 if test -n "$@LDPRELOADVAR@"; then
-  LIB="$LIB $@LDPRELOADVAR@"
+  LIB="$LIB:$@LDPRELOADVAR@"
 fi
 
 export FAKEROOT_FD_BASE

-- 
Debian packaging of fakeroot



More information about the Fakeroot-commits mailing list