This is an automated email from the git hooks/post-receive script. bdrung pushed a commit to branch master in repository java-package.
commit 22b3a1de060127863bd8f454c75c5578483a8d52 Author: Benjamin Drung <[email protected]> Date: Tue Jun 17 19:53:34 2014 +0200 Remove trailing spaces from copyright file. --- lib/javase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/javase.sh b/lib/javase.sh index eac96ab..0254725 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -54,7 +54,7 @@ File: $jvm_base$file ---------------------------------------------------------------------- EOF - iconv -f ISO-8859-15 -t UTF-8 "$file" + iconv -f ISO-8859-15 -t UTF-8 "$file" | sed 's/[ \t]*$//' cat << EOF ---------------------------------------------------------------------- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

