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