Backport 2.7: Use "#!/usr/bin/env perl" as shebang line.

This commit is contained in:
fbrosson 2018-04-04 22:26:56 +00:00
parent be97c9cc85
commit 3a7457136e
20 changed files with 21 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# This file is part of mbed TLS (https://tls.mbed.org)
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Generate error.c
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
use strict;

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Generate files for MS Visual Studio:
# - for VS6: main project (library) file, individual app files, workspace

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Parse a massif.out.xxx file and output peak total memory usage

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# This file is part of mbed TLS (https://tls.mbed.org)
#