diff options
-rwxr-xr-x | bin/pkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -127,7 +127,8 @@ vcs_add () { } vcs_incoming () { - [ "$(grep ^"$1" $PDIR/.list | cut -d ' ' -f 3)" = "$(grep ^"$2" $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 () { |