From f557977ac6c0757de938fb5f048cb27a04e9d444 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 25 Apr 2024 22:34:10 +0200 Subject: Chmod the correct script file. --- ax_add_guile_pre_inst_env.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ax_add_guile_pre_inst_env.m4 b/ax_add_guile_pre_inst_env.m4 index e5612d6..b9d075a 100644 --- a/ax_add_guile_pre_inst_env.m4 +++ b/ax_add_guile_pre_inst_env.m4 @@ -37,5 +37,5 @@ else : fi ' > m4_default([$1], [pre-inst-env]) -chmod 755 pre-inst-env +chmod 755 m4_default([$1], [pre-inst-env]) ])dnl AX_ADD_GUILE_PRE_INST_ENV -- cgit v1.2.3