summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index 298bac9..be86955 100755
--- a/bin/ct
+++ b/bin/ct
@@ -354,7 +354,7 @@ function list_package_remove {
}
function list_packages_local {
- cut -d ' ' -f 1 $PKG_DIR/.list
+ print -l $PKG_DIR/*(:t)
}
function list_packages_remote {