TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
a26ea87ddef0018cf98decc227804624d300b992
/
.
/
scripts
/
config.pl
blob: bd6c7e5577272cb62d38bd2129e520dc9417b003 [
file
] [
log
] [
blame
]
#!/usr/bin/env perl
# Backward compatibility redirection
my
$py
=
$0
;
$py
=~
s
/
\.pl$
/.
py
/;
exec
'python3'
,
$py
,
@ARGV