From e2b731d393da5ae890d4c38b3d81630b539abfec Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 20 Apr 2009 19:30:25 +0200 Subject: pkg: Fixed --checklinks-options parsing --- bin/pkg | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3