diff options
-rw-r--r-- | pre-inst-env.in | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |