Unlike APT_OPTIONS, APT_PDIFFS is public, so should be called LH_APT_PDIFFS when parsing options, so that config/common is generated properly (especially when the opposite of the default is specified).
Signed-off-by: Cyril Brulebois <[email protected]> --- helpers/lh_config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/helpers/lh_config b/helpers/lh_config index b720f0c..2679b9f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -204,7 +204,7 @@ Local_arguments () ;; --apt-pdiffs) - APT_PDIFFS="${2}" + LH_APT_PDIFFS="${2}" shift 2 ;; --apt-options) -- 1.6.0.4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
