commit 3ab1df9687699b730982d0fbd0598b78a7308ab1 parent 3d53a390ce1ae1e41fd8d26ed916c9e0da0c24a9 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Sat, 28 Jun 2014 06:39:12 +0200 fix read loop Diffstat:
| M | zsh-functions/confz_postgresql_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_postgresql_init b/zsh-functions/confz_postgresql_init @@ -95,7 +95,7 @@ confz_postgresql_db_check() { fi return 0 fi - done + done <<<$out fail_reason="database ${(qqq)vars[name]} was not found" return 1