TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
bf359c7fc47a42fe3a95263e3d7f0fe006426b93
/
.
/
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