diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-04 00:18:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-04 00:18:04 +0200 |
commit | 1e822e278e71d7e3dd275cc873e93681108097e4 (patch) | |
tree | 3b0d8c12da42e4cebafbac96d671c06b0cda9243 /bin | |
parent | ef3d26d681d30192b7ccada1e58ef7efb93911d5 (diff) |
list_incoming: Use zsh builtin for test
Diffstat (limited to 'bin')
-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 () { |