summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/awl/awl-0.41.ebuild')
-rw-r--r--dev-php/awl/awl-0.41.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/awl/awl-0.41.ebuild b/dev-php/awl/awl-0.41.ebuild
index 0a27f2e75..8c6b337d9 100644
--- a/dev-php/awl/awl-0.41.ebuild
+++ b/dev-php/awl/awl-0.41.ebuild
@@ -25,8 +25,7 @@ need_php5
src_compile() {
if use doc ; then
ebegin "Generating documentation"
- phpdoc -c "docs/api/phpdoc.ini"
- eend $? || die "Documentation failed to build"
+ phpdoc -c "docs/api/phpdoc.ini" || die "Documentation failed to build"
fi
}