]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- unset auxiliary shell variables at the end of script
authortwittner <twittner@pld-linux.org>
Mon, 27 Feb 2006 21:07:01 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg-agent.sh -> 1.6

gnupg-agent.sh

index 1c290200b379a124e6f36b6532bc3c3157708bb1..0d27bdfb5e8874e788711451825054ce7bf2f0f6 100644 (file)
@@ -22,3 +22,6 @@ if grep -q "^[[:blank:]]*use-agent" ${CFG} 2>/dev/null; then
        fi
     fi
 fi
+unset X11
+unset CFG
+unset pid
This page took 0.056919 seconds and 4 git commands to generate.