summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 8a41873..6100f2a 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -127,7 +127,7 @@ 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 ^"$2" $PDIR/.list-remote | cut -d ' ' -f 3)" ]
}
vcs_log () {