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:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user