Navigation Menu

Skip to content

Commit

Permalink
In case of error, let USE script print error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom111 committed Nov 11, 2012
1 parent 791d021 commit afa35b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/use-snippet
Expand Up @@ -4,5 +4,6 @@ if [[ $? == 0 ]] ; then
elif [[ "${eout}" =~ REQUIRED_USE ]] ; then
echo "@@USE@@ : REQUIRED_USE not satisfied (probably)" >> @@REPORTFILE@@;
else
echo "${eout}";
echo "@@USE@@ @@FEATURES@@ failed for @@CPV@@" >> @@REPORTFILE@@;
fi;

0 comments on commit afa35b8

Please sign in to comment.