diff options
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () { |