* Quotes.

This commit is contained in:
Eelco Dolstra 2006-08-23 15:46:27 +00:00
parent 38f18aa6d4
commit b19cebc513
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ static Expr primDependencyClosure(EvalState & state, const ATermVector & args)
static Expr primAbort(EvalState & state, const ATermVector & args)
{
throw Abort(format("evaluation aborted with the following error message: %1%") %
throw Abort(format("evaluation aborted with the following error message: `%1%'") %
evalString(state, args[0]));
}