aboutsummaryrefslogtreecommitdiff
path: root/build2/bin
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin')
-rw-r--r--build2/bin/init.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx
index 89dea09..e1b812b 100644
--- a/build2/bin/init.cxx
+++ b/build2/bin/init.cxx
@@ -246,8 +246,7 @@ namespace build2
// This is where we suggest that the user specifies --config-sub
// to help us out.
//
- fail << "unable to parse binutils target '" << s << "': "
- << e.what () <<
+ fail << "unable to parse binutils target '" << s << "': " << e <<
info << "consider using the --config-sub option";
}