[java-wrappers] 40/61: [java-wrappers] Fix a final glitch, ready for upload to unstable
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java-wrappers.
commit 9b3341a494b3d1a7823f262fc8d41171021232f2
Author: Vincent Fourmond <fourmond at debian.org>
Date: Wed Apr 6 08:34:57 2011 +0000
[java-wrappers] Fix a final glitch, ready for upload to unstable
---
debian/changelog | 6 +++---
java-wrappers.sh | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af48f2a..135f72e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-java-wrappers (0.1.22) experimental; urgency=low
+java-wrappers (0.1.22) unstable; urgency=low
- * NOT RELEASABLE YET
* Now correctly following relative links from classpaths.
+ * Fix a final glitch, ready for upload to unstable
- -- Vincent Fourmond <fourmond at debian.org> Wed, 06 Apr 2011 01:56:41 +0200
+ -- Vincent Fourmond <fourmond at debian.org> Wed, 06 Apr 2011 10:33:57 +0200
java-wrappers (0.1.21) experimental; urgency=low
diff --git a/java-wrappers.sh b/java-wrappers.sh
index adcf126..a59f8bb 100644
--- a/java-wrappers.sh
+++ b/java-wrappers.sh
@@ -222,7 +222,7 @@ find_jars() {
# Recursively adds the jar and its classpath to the classpath
_recurse_jar_classpath() {
if [ -r "$1" ]; then
- if echo $JAVA_CLASSPATH | fgrep "$1"; then
+ if echo $JAVA_CLASSPATH | fgrep "$1" > /dev/null; then
return 0;
fi
JAVA_CLASSPATH=$JAVA_CLASSPATH:$1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-wrappers.git
More information about the pkg-java-commits
mailing list