9334368
From 553bd2b7842a1f23510f4083b7a4762396381edb Mon Sep 17 00:00:00 2001
9334368
From: Jakub Filak <jfilak@redhat.com>
9334368
Date: Tue, 26 Apr 2016 08:24:13 +0200
9334368
Subject: [PATCH] a-console-notification: do not leak variables
9334368
9334368
https://github.com/pld-linux/abrt/blob/adb4721f7f60f7c00f7f5e4f5f382207636140f3/profile.sh.patch
9334368
9334368
Signed-off-by: Jakub Filak <jfilak@redhat.com>
9334368
---
9334368
 src/cli/abrt-console-notification.sh | 2 ++
9334368
 1 file changed, 2 insertions(+)
9334368
9334368
diff --git a/src/cli/abrt-console-notification.sh b/src/cli/abrt-console-notification.sh
9334368
index a98f164..f1a79ff 100755
9334368
--- a/src/cli/abrt-console-notification.sh
9334368
+++ b/src/cli/abrt-console-notification.sh
9334368
@@ -40,3 +40,5 @@ if [ -f "$TMPPATH" ]; then
9334368
 fi
9334368
 
9334368
 timeout 10s abrt-cli status --since="$SINCE" 2>"$ABRT_DEBUG_LOG" || echo "'abrt-cli status' timed out"
9334368
+
9334368
+unset ABRT_DEBUG_LOG LPATHDIR SINCEFILE TMPPATH SINCE
9334368
-- 
9334368
2.7.4
9334368