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