aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/instruo.cpp')
-rw-r--r--utils/instruo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/instruo.cpp b/utils/instruo.cpp
index 8206b95..dcd3924 100644
--- a/utils/instruo.cpp
+++ b/utils/instruo.cpp
@@ -105,7 +105,7 @@ void worker(const std::shared_ptr<PackageIDSequence> &ids)
{
libbash::interpret(ebuild_path, "utils/isolated-functions.sh", variables, functions);
}
- catch(const interpreter_exception& e)
+ catch(const libbash::interpreter_exception& e)
{
cerr << "Exception occurred while interpreting " << ebuild_path << ". The error message is:\n"
<< e.what() << endl;