Fix various minor bugs in the Settings stuff.

llvm-svn: 113245
This commit is contained in:
Caroline Tice
2010-09-07 18:35:40 +00:00
parent 41cb55a916
commit 49e2737eb4
4 changed files with 28 additions and 7 deletions

View File

@@ -2196,7 +2196,7 @@ ProcessInstanceSettings::InputPathVarName ()
const ConstString &
ProcessInstanceSettings::OutputPathVarName ()
{
static ConstString output_path_var_name ("output_path");
static ConstString output_path_var_name ("output-path");
return output_path_var_name;
}
@@ -2204,7 +2204,7 @@ ProcessInstanceSettings::OutputPathVarName ()
const ConstString &
ProcessInstanceSettings::ErrorPathVarName ()
{
static ConstString error_path_var_name ("error_path");
static ConstString error_path_var_name ("error-path");
return error_path_var_name;
}