From 72cb70c40a8b75a9b43ebf266a139877ed91b7b8 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sun, 6 Dec 2020 15:26:39 +0000 Subject: [PATCH] Fix Perl interpreter path Reviewed-by: Jean Baptiste Favre Last-Update: 2019-01-03 Last-Update: 2019-01-03 Gbp-Pq: Name 0013-fix-perl-interpreter-path.patch --- tools/tspush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tspush b/tools/tspush index 36a65e28..9c9622ac 100755 --- a/tools/tspush +++ b/tools/tspush @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # Licensed to the Apache Software Foundation (ASF) under one -- 2.30.2