Skip to content

Commit

Permalink
app-vim/gnupg: Add missing || dies.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Aug 25, 2016
1 parent 468f788 commit 14ed670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-vim/gnupg/gnupg-2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ src_prepare() {
# There's good documentation included with the script, but it's not
# in a helpfile. Since there's rather too much information to include
# in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
mkdir doc
mkdir doc || die
sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \
-e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \
plugin/${PN}.vim \
> doc/${PN}.txt
> doc/${PN}.txt || die
}

0 comments on commit 14ed670

Please sign in to comment.