1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

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

This commit is contained in:
fbrosson
2018-04-04 21:44:29 +00:00
parent 80aa3b8d65
commit 533407a266
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)
#