commit | 0620206db3b6e1af56e32b56ebb7db0a753cf685 | [log] [tgz] |
---|---|---|
author | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:29:58 2018 +0000 |
committer | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:29:59 2018 +0000 |
tree | 6af3075e1f7f3b7724938b997871c41266d91f91 | |
parent | 0f34b06a4d246815a4946a0a3c170515f1ea69d4 [diff] [blame] |
Backport 2.1: Use "#!/usr/bin/env perl" as shebang line.
diff --git a/scripts/massif_max.pl b/scripts/massif_max.pl index d1ce4ca..4e3342a 100755 --- a/scripts/massif_max.pl +++ b/scripts/massif_max.pl
@@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Parse a massif.out.xxx file and output peak total memory usage