diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | 88c0be723d1e553f3b4a7b4b38388ade983e4279 (patch) | |
tree | 2a5c342b1f268208c7a64db1b0bf6a6d3e1ef0a1 /eclass/texlive-common.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.gz gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.bz2 gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/texlive-common.eclass')
-rw-r--r-- | eclass/texlive-common.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index e06157d9653f..11354a61a39e 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.15 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.16 2011/08/29 01:28:10 vapier Exp $ # @ECLASS: texlive-common.eclass # @MAINTAINER: @@ -92,7 +92,7 @@ texlive-common_do_symlinks() { } # @FUNCTION: etexlinks -# @USAGE: < file > +# @USAGE: < file > # @DESCRIPTION: # Mimic texlinks on a fmtutil format file # @@ -110,10 +110,10 @@ etexlinks() { } # @FUNCTION: dobin_texmf_scripts -# @USAGE: < file1 file2 ... > +# @USAGE: < file1 file2 ... > # @DESCRIPTION: # Symlinks a script from the texmf tree to /usr/bin. Requires permissions to be -# correctly set for the file that it will point to. +# correctly set for the file that it will point to. dobin_texmf_scripts() { while [ $# -gt 0 ] ; do |