fix potential word splitting problem
This commit is contained in:
parent
81ca6e0e57
commit
3a9c155b7e
|
@ -125,7 +125,7 @@ fi
|
|||
if [ -n "$opt_config_file" ]; then
|
||||
verbose "Loading configuration file: $opt_config_file"
|
||||
|
||||
parse_config $opt_config_file
|
||||
parse_config "$opt_config_file"
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue