diff options
-rwxr-xr-x | bin/pkg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,8 +127,8 @@ vcs_add () { } vcs_incoming () { - [ "$(grep ^"$1" $PDIR/.list | cut -d ' ' -f 3)" \ - != "$(grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 3)" ] + [ "$(grep ^"$1 " $PDIR/.list | cut -d ' ' -f 3)" \ + != "$(grep ^"$1 " $PDIR/.list-remote | cut -d ' ' -f 3)" ] } vcs_log () { |