mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 10:39:25 +00:00
Fix for config.pl if no arguments are passed
This commit is contained in:
parent
e7be5bdb96
commit
36b0c55cad
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ while ($arg = shift) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# If no command was specified, exit...
|
||||||
|
if ( not defined($action) ){ die $usage; }
|
||||||
|
|
||||||
# Check the config file is present
|
# Check the config file is present
|
||||||
if (! -f $config_file) {
|
if (! -f $config_file) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue