mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Remove obsolete config.pl
This commit removes the obsolte config.pl file which was used to transition to config.py. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
cff96f600a
commit
586e5186e1
@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/env perl
|
|
||||||
# Backward compatibility redirection
|
|
||||||
|
|
||||||
## Copyright The Mbed TLS Contributors
|
|
||||||
## SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
||||||
##
|
|
||||||
|
|
||||||
my $py = $0;
|
|
||||||
$py =~ s/\.pl$/.py/ or die "Unable to determine the name of the Python script";
|
|
||||||
exec 'python3', $py, @ARGV;
|
|
||||||
print STDERR "$0: python3: $!. Trying python instead.\n";
|
|
||||||
exec 'python', $py, @ARGV;
|
|
||||||
print STDERR "$0: python: $!\n";
|
|
||||||
exit 127;
|
|
Loading…
x
Reference in New Issue
Block a user