summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-20 19:30:25 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-20 19:34:33 +0200
commite2b731d393da5ae890d4c38b3d81630b539abfec (patch)
treec55e101f9b90bc6791d4e24a4082d164ecd187f2
parentb8268443b44ac0f4c6964d36a4f91d014399cb41 (diff)
pkg: Fixed --checklinks-options parsing
-rwxr-xr-xbin/pkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index a059046..8b61863 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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