diff options
author | 2010-02-27 16:10:22 +0000 | |
---|---|---|
committer | 2010-02-27 16:10:22 +0000 | |
commit | 70f57f7fec7a000b105b703b491fa84977622e42 (patch) | |
tree | a43f5ba5a3940937344426f8d90fb4f184bfa07f /dev-php/awl/awl-0.41.ebuild | |
parent | dev-util/smartsvn: version bump, extra svg icon, ok to commit by Tommy[D] (diff) | |
download | sunrise-70f57f7fec7a000b105b703b491fa84977622e42.tar.gz sunrise-70f57f7fec7a000b105b703b491fa84977622e42.tar.bz2 sunrise-70f57f7fec7a000b105b703b491fa84977622e42.zip |
dev-php/awl: Directly die with failing command
svn path=/sunrise/; revision=10202
Diffstat (limited to 'dev-php/awl/awl-0.41.ebuild')
-rw-r--r-- | dev-php/awl/awl-0.41.ebuild | 3 |
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 } |