Commit 0cb38f64 authored by unknown's avatar unknown
Browse files

Added a check for config-file.

parent 4e0dfceb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ sub main
  {
    $flag_exit= 1;
  }
  if (!($opt_config_file =~ m/\//))
  if (defined($opt_config_file) && !($opt_config_file =~ m/\//))
  {
    # No path. Use current working directory
    $opt_config_file= "./" . $opt_config_file;