diff options
author | Cyril Brulebois <cyril.brulebois@kerlabs.com> | 2009-01-23 21:34:17 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | f5cb9b046b919b793127853b2b45037a564f9a29 (patch) | |
tree | 6686099b599c92e8c7bfb881d721fc13f395b167 | |
parent | b12e0fd6ce312bb69be6c0ba88efc9e1fb40e4fa (diff) | |
download | vyos-live-build-f5cb9b046b919b793127853b2b45037a564f9a29.tar.gz vyos-live-build-f5cb9b046b919b793127853b2b45037a564f9a29.zip |
Fix --apt-pdiffs disabled being ignored.
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index d0c436295..ef5b5063b 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) |