use @@PERL@@ in built scripts
[gitweb.git] / git-submodule.sh
index b3108b8ea9983c524eb06831972c22773b3a56b1..4cf94d1056334aeacc76c548cc03ee8c17beffd4 100755 (executable)
@@ -115,7 +115,7 @@ module_list()
                git ls-files --error-unmatch --stage -- "$@" ||
                echo "unmatched pathspec exists"
        ) |
-       perl -e '
+       @@PERL@@ -e '
        my %unmerged = ();
        my ($null_sha1) = ("0" x 40);
        my @out = ();