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

(-)config_office/set_soenv.in (-1 / +1 lines)
Lines 2256-2262 Link Here
2256
		 $d1 = $1 ;
2256
		 $d1 = $1 ;
2257
		 chomp( $d2 = qx{cygpath -d "$d1"} ) || die( "Path with space: $1 propably doesn't exist!" );
2257
		 chomp( $d2 = qx{cygpath -d "$d1"} ) || die( "Path with space: $1 propably doesn't exist!" );
2258
		 chomp( $d2 = qx{cygpath -u "$d2"} ) ;
2258
		 chomp( $d2 = qx{cygpath -u "$d2"} ) ;
2259
		 $variable =~ s/$d1/$d2/ ;
2259
		 $variable =~ s/\Q$d1\E/$d2/ ;
2260
	   }
2260
	   }
2261
   }
2261
   }
2262
   return $variable;
2262
   return $variable;

Return to issue 43252