diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |