diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-20 19:30:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-20 19:34:33 +0200 |
commit | e2b731d393da5ae890d4c38b3d81630b539abfec (patch) | |
tree | c55e101f9b90bc6791d4e24a4082d164ecd187f2 /bin/pkg | |
parent | b8268443b44ac0f4c6964d36a4f91d014399cb41 (diff) |
pkg: Fixed --checklinks-options parsing
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ setopt extended_glob typeset -a -U triggers +typeset -a CL_OPTIONS ## ## Internal functions for displaying stuff @@ -164,6 +165,7 @@ debug "PKG_PROTO: '$PKG_PROTO'" debug "PKG_USER: '$PKG_USER'" debug "PKG_HOST: '$PKG_HOST'" debug "PKGLIST_PATH: '$PKGLIST_PATH'" +debug "CL_OPTIONS : '$CL_OPTIONS'" ## ## Ask the user for confirmation |