fix potential word splitting problem

This commit is contained in:
Patrick Stadler 2015-12-02 10:16:06 +01:00
parent 81ca6e0e57
commit 3a9c155b7e
1 changed files with 1 additions and 1 deletions

View File

@ -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