From b82ce2ea6044ad58ee67ff497b80e0917c2e7c58 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 24 May 2021 16:28:48 +0530 Subject: Do not bind command line argument 0 in pre-inst-env. * pre-inst-env.in: Do not bind command line argument 0 to a variable. --- pre-inst-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pre-inst-env.in') diff --git a/pre-inst-env.in b/pre-inst-env.in index 5547d6d..87a286a 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -30,5 +30,5 @@ (prepend-path-env! "PATH" "@abs_top_builddir@/scripts") (match (command-line) - ((pre-inst-env command args ...) + ((_ command args ...) (apply execlp command command args))) -- cgit v1.2.3