|
@@ -1047,7 +1047,7 @@ try
|
|
l
|
|
l
|
|
in
|
|
in
|
|
let parts = Str.split_delim (Str.regexp "[;:]") p in
|
|
let parts = Str.split_delim (Str.regexp "[;:]") p in
|
|
- com.class_path <- "" :: List.map normalize_path (loop parts)
|
|
|
|
|
|
+ com.class_path <- "" :: List.map add_trailing_slash (loop parts)
|
|
with
|
|
with
|
|
Not_found ->
|
|
Not_found ->
|
|
if Sys.os_type = "Unix" then
|
|
if Sys.os_type = "Unix" then
|