TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
98eb36557d53d89698391f49593a6b6e5b56fc99
/
.
/
scripts
/
config.pl
blob: bd6c7e5577272cb62d38bd2129e520dc9417b003 [
file
] [
log
] [
blame
]
fbrosson
533407a
2018-04-04 21:44:29 +0000
[
diff
] [
blame
]
1
#!/usr/bin/env perl
Gilles Peskine
bf359c7
2019-07-27 23:56:04 +0200
[
diff
] [
blame
]
2
# Backward compatibility redirection
3
my
$py
=
$0
;
4
$py
=~
s
/
\.pl$
/.
py
/;
5
exec
'python3'
,
$py
,
@ARGV