commit 5eb05908fde43fb6ae839949c28bf1cc5e987b37 parent f184743593a2e82c452ee03198d70626febc0eed Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Tue, 15 Mar 2016 15:35:41 +0100 invert value properly Diffstat:
| M | zsh-functions/confz_fileset_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fileset_init b/zsh-functions/confz_fileset_init @@ -60,7 +60,7 @@ fileset_stat() { fileset_stat_set_cur $id return 0 else - return $[ -$id ] + return $[ -($id) ] fi }