[libinline-java-perl] 26/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.55
in repository libinline-java-perl.
commit 116982e63c13c9b6e2afe682b9df4b2418ebce78
Author: patrick <>
Date: Fri Mar 9 16:36:05 2001 +0000
*** empty log message ***
---
Java.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Java.pm b/Java.pm
index 69954a4..a45ca26 100644
--- a/Java.pm
+++ b/Java.pm
@@ -233,7 +233,7 @@ sub find_file_in_path {
if (! defined($paths)){
my $psep = portable("ENV_VAR_PATH_SEP") ;
- $paths = [(split(/$psep/, $ENV{PATH}))] ;
+ $paths = [(split(/$psep/, $ENV{PATH} || ''))] ;
}
my $home = $ENV{HOME} ;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list