]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-key.in
make http size check work
[apt.git] / cmdline / apt-key.in
index 83a7a31b9b9c8295e341b7414c430c1ab6e7a302..7a3852ee89584472382b78c1f5299dde284f5230 100644 (file)
@@ -384,6 +384,9 @@ if [ "$command" != "help" ]; then
 
     # gpg needs (in different versions more or less) files to function correctly,
     # so we give it its own homedir and generate some valid content for it
+    if [ ! -d "$TMPDIR" ]; then
+        unset TMPDIR
+    fi
     GPGHOMEDIR="$(mktemp -d)"
     CURRENTTRAP="${CURRENTTRAP} rm -rf '${GPGHOMEDIR}';"
     trap "${CURRENTTRAP}" 0 HUP INT QUIT ILL ABRT FPE SEGV PIPE TERM