[java-package] 02/04: Remove trailing spaces from copyright file.
Benjamin Drung
bdrung at moszumanska.debian.org
Tue Jun 17 18:47:28 UTC 2014
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 <benjamin.drung at profitbricks.com>
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
More information about the pkg-java-commits
mailing list