From 1e822e278e71d7e3dd275cc873e93681108097e4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Aug 2008 00:18:04 +0200 Subject: list_incoming: Use zsh builtin for test --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- cgit v1.2.3