From: Paul Floyd Date: Tue, 4 Apr 2023 06:32:36 +0000 (+0200) Subject: Callgrind: make scripts independent of perl installation path X-Git-Tag: VALGRIND_3_21_0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db98dbdb151e4cd6b5a59f9d91a08e356637e9f;p=thirdparty%2Fvalgrind.git Callgrind: make scripts independent of perl installation path --- diff --git a/callgrind/callgrind_annotate.in b/callgrind/callgrind_annotate.in index 16c0edf97c..c0715e0649 100644 --- a/callgrind/callgrind_annotate.in +++ b/callgrind/callgrind_annotate.in @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env -S perl -w ##--------------------------------------------------------------------## ##--- The cache simulation framework: instrumentation, recording ---## ##--- and results printing. ---## diff --git a/callgrind/callgrind_control.in b/callgrind/callgrind_control.in index 39e0a7f555..b8969373e4 100644 --- a/callgrind/callgrind_control.in +++ b/callgrind/callgrind_control.in @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env -S perl -w ##--------------------------------------------------------------------## ##--- Control supervision of applications run with callgrind ---## ##--- callgrind_control ---##