summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index fb93054..43e0896 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -194,7 +194,7 @@ list_exists () {
}
list_incoming () {
- [ "$(list_local_version $1)" != "$(list_remote_version $1)" ]
+ [[ "$(list_local_version $1)" != "$(list_remote_version $1)" ]]
}
list_type () {