[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:42 UTC 2009


The following commit has been merged in the upstream branch:
commit 40c6efb574a189534448d1b71eeb79a653aaf2de
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