summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/latex-package.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index b32943b580a4..39211be6e181 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -128,7 +128,7 @@ latex-package_src_doinstall() {
do
einfo "Making documentation: $i"
texi2dvi -q -c --language=latex $i &> /dev/null || die
- done
+ done
;;
"tfm" | "vf" | "afm")
for i in `find . -maxdepth 1 -type f -name "*.${1}"`