View | Details | Raw Unified | Return to issue 18132
Collapse All | Expand All

(-)set_soenv.in (-2 / +1 lines)
Lines 1030-1036 if (($platform eq "$Linux") || ($platfo Link Here
1030
1030
1031
   my @javaBits;
1031
   my @javaBits;
1032
   if ( $JAVA_HOME ne "" ) {
1032
   if ( $JAVA_HOME ne "" ) {
1033
      @javaBits = ( $ps.'$JAVA_HOME'.$BIN, 'javac' );
1033
      @javaBits = ( '$JAVA_HOME'.$BIN, 'javac' );
1034
   } else {
1034
   } else {
1035
      @javaBits = (); 
1035
      @javaBits = (); 
1036
   }
1036
   }
Lines 2365-2371 sub GetCorrectPath Link Here
2365
2365
2366
	    if (! -x "$path/$cmd") {
2366
	    if (! -x "$path/$cmd") {
2367
		AddWarning ("Missing executable $path/$cmd\n");
2367
		AddWarning ("Missing executable $path/$cmd\n");
2368
		next;
2369
	    }
2368
	    }
2370
2369
2371
	    for $elem (@Path) {
2370
	    for $elem (@Path) {

Return to issue 18132