diff options
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ vcs_log () { } lst_type () { - grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 2 + grep ^"$1 " $PDIR/.list-remote | cut -d ' ' -f 2 } lst_update_remote () { |