mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Move rename.pl to scripts & add data file
This commit is contained in:
parent
d759d7d720
commit
b20a70fcc7
4 changed files with 2206 additions and 15 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue