This should make PERL_PATH more robust, as some systems may have multiple version of perl installed. Signed-off-by: Michael Witten <mfwitten@xxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 865e2bf..5828745 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,7 @@ ifndef SHELL_PATH SHELL_PATH = /bin/sh endif ifndef PERL_PATH - PERL_PATH = /usr/bin/perl + PERL_PATH = /usr/bin/env perl endif export PERL_PATH -- 1.5.5.GIT -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html