commit 8bd2faccc2017a01a009c85fad4dc975d7482389 parent 4c6f40aac3f9fdcf4bc041507abe62fc9c98c10b Author: ng0 <ng0@n0.is> Date: Fri, 4 Oct 2019 16:08:10 +0000 print Diffstat:
| M | configure.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.py b/configure.py @@ -144,7 +144,7 @@ def main(): f'prefix={myprefix}\n', f'yarnexe={yarnexe}\n']) f.close() - _tool_node() + print(_tool_node()) posixlist = _tool_posix() for x in range(len(posixlist)): if x is not '':