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

Clint Adams schizo at debian.org
Tue Aug 23 13:06:22 UTC 2011


The following commit has been merged in the upstream branch:
commit 538668e6df32d73c643129f4ebb94d30167178b7
Author: Clint Adams <schizo at debian.org>
Date:   Thu Oct 8 23:02:24 2009 -0400

    Apply patch from Stuart Prescott to rename TEMP variable.  closes: #550215.

diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index b969544..97a8a2b 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -46,10 +46,10 @@ libfound=no
 GETOPTEST=`getopt --version`
 case $GETOPTEST in
 getopt*) # GNU getopt
-    TEMP=`getopt -l lib: -l faked: -l unknown-is-real -l fd-base: -l version -l help -- +l:f:i:s:ub:vh "$@"`
+    FAKE_TEMP=`getopt -l lib: -l faked: -l unknown-is-real -l fd-base: -l version -l help -- +l:f:i:s:ub:vh "$@"`
     ;;
 *) # POSIX getopt ?
-    TEMP=`getopt l:f:i:s:ub:vh "$@"`
+    FAKE_TEMP=`getopt l:f:i:s:ub:vh "$@"`
     ;;
 esac
 
@@ -57,7 +57,7 @@ if test "$?" -ne 0; then
   usage
 fi
 
-eval set -- "$TEMP"
+eval set -- "$FAKE_TEMP"
 
 FAKEDOPTS=""
 PIPEIN=""

-- 
fakeroot



More information about the Fakeroot-commits mailing list