From f5cb9b046b919b793127853b2b45037a564f9a29 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <cyril.brulebois@kerlabs.com>
Date: Fri, 23 Jan 2009 21:34:17 +0100
Subject: Fix --apt-pdiffs disabled being ignored.

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/lh_config b/helpers/lh_config
index d0c4362..ef5b506 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -205,7 +205,7 @@ Local_arguments ()
 				;;
 
 			--apt-pdiffs)
-				APT_PDIFFS="${2}"
+				LH_APT_PDIFFS="${2}"
 				shift 2
 				;;
 			--apt-options)
-- 
cgit v1.0