diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 2e350d0..c031f18 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -105,6 +105,12 @@ while [ -n "$1" ]; do fi shift; shift; ;; + --compressprog) + if [ -n "$2" ]; then + COMPRESSPROG="$2" + fi + shift; shift; + ;; --aptcache) if [ -n "$2" ]; then if [ -d "$2" ]; then |