Commit 4e0dfceb authored by unknown's avatar unknown
Browse files

Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0

into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0

parents 0ba150c8 7226989d
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@ sub main
	else
	{
	  $opt_config_file= $1;
	  if (!($opt_config_file =~ m/\//))
	  {
	    # No path. Use current working directory
	    $opt_config_file= "./" . $opt_config_file;
	  }
	}
      }
    }
@@ -82,7 +87,11 @@ sub main
  {
    $flag_exit= 1;
  }

  if (!($opt_config_file =~ m/\//))
  {
    # No path. Use current working directory
    $opt_config_file= "./" . $opt_config_file;
  }
  usage() if ($opt_help);

  if ($opt_verbose && $opt_silent)