[SCM] UNNAMED PROJECT branch, master, updated. 0.30-40-g0e40f4b

Niels Thykier nthykier-guest at alioth.debian.org
Mon Jul 5 14:10:48 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  0e40f4b704e1e51094c30642a8b83801dd35e0c8 (commit)
      from  a8b6a73ffbf454f5a95ea61f8509216785749c7f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e40f4b704e1e51094c30642a8b83801dd35e0c8
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 5 16:10:11 2010 +0200

    Added some brackets.

-----------------------------------------------------------------------

Summary of changes:
 jh_manifest |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jh_manifest b/jh_manifest
index dcf4ab1..c2ecfcd 100755
--- a/jh_manifest
+++ b/jh_manifest
@@ -103,7 +103,7 @@ init(options => {
     "version|V" => sub { print STDERR "Version has been removed - please stop using it\n"; exit(0) },
      });
 
-if(!$cp && $ENV{'CLASSPATH'}//'' ne ''){
+if(!$cp && ($ENV{'CLASSPATH'}//'') ne ''){
     $cp = $ENV{'CLASSPATH'};
     $cp =~ s/:/ /go;
     $envcp = 1;


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list