aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2024-04-25 22:34:10 +0200
committerWojtek Kosior <koszko@koszko.org>2024-04-25 22:34:10 +0200
commitf557977ac6c0757de938fb5f048cb27a04e9d444 (patch)
treefc09d2578f1a62b123912f47d928a9bc523f4bd7
parentd2048b6c0c81b9b944354f6f66c353d65ee469a8 (diff)
downloadlawrence-boilerplate-f557977ac6c0757de938fb5f048cb27a04e9d444.tar.gz
lawrence-boilerplate-f557977ac6c0757de938fb5f048cb27a04e9d444.zip
Chmod the correct script file.
-rw-r--r--ax_add_guile_pre_inst_env.m42
1 files changed, 1 insertions, 1 deletions
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