commit 37273d2e304745c5596fc39cd3bac62095c24511 parent cfc809909cdb454ac9b74b4bc712b3c332288063 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Thu, 19 Jun 2014 16:56:15 +0200 added forgotten autoload Diffstat:
| M | bin/confz | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/confz b/bin/confz @@ -115,4 +115,5 @@ confz_main_do() { } # run the toplevel +confz_load require main -- "$@"