mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 14:49:59 -04:00
Report an error if switching to Python fails
This commit is contained in:
parent
98eb36557d
commit
6cf3127527
@ -2,4 +2,6 @@
|
||||
# Backward compatibility redirection
|
||||
my $py = $0;
|
||||
$py =~ s/\.pl$/.py/;
|
||||
exec 'python3', $py, @ARGV
|
||||
exec 'python3', $py, @ARGV;
|
||||
print STDERR "$0: python3: $!\n";
|
||||
exit 127;
|
||||
|
Loading…
x
Reference in New Issue
Block a user