From 03bdca2ec0e39eada89fa077f0309805c7e8fe6c Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 20 Feb 2026 23:23:17 +0300 Subject: [PATCH] augeas --- util/misc/augeas/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/misc/augeas/actions.py b/util/misc/augeas/actions.py index 78e28d8a0e..4fad381e51 100644 --- a/util/misc/augeas/actions.py +++ b/util/misc/augeas/actions.py @@ -18,7 +18,7 @@ j = ''.join([ ]) def setup(): - shelltools.system("sh autogen.sh") + shelltools.system("sh ./autogen.sh") autotools.configure(j) def build():