Callgrind: make scripts independent of perl installation path

This commit is contained in:
Paul Floyd
2023-04-04 08:32:36 +02:00
parent 4e3439f28d
commit 1db98dbdb1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env -S perl -w
##--------------------------------------------------------------------##
##--- The cache simulation framework: instrumentation, recording ---##
##--- and results printing. ---##

View File

@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env -S perl -w
##--------------------------------------------------------------------##
##--- Control supervision of applications run with callgrind ---##
##--- callgrind_control ---##