mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix for config.pl if no arguments are passed
This commit is contained in:
parent
ab069c6b46
commit
3d26513650
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…
Add table
Add a link
Reference in a new issue