1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Move rename.pl to scripts & add data file

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-08 14:56:51 +02:00
parent d759d7d720
commit b20a70fcc7
4 changed files with 2206 additions and 15 deletions

View File

@ -48,7 +48,7 @@ if (@ARGV >= 2 && $ARGV[0] eq "-f") {
} else {
if (! -f $config_file) {
chdir '..' or die;
-d $config_file
-f $config_file
or die "Without -f, must be run from root or scripts\n"
}
}