mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
This make sure that path included the Replacements dir .. to be improved more.
This commit is contained in:
@@ -1544,7 +1544,14 @@ sub find_file_in_path {
|
|||||||
}
|
}
|
||||||
##info(1, "Using search path:\n", join(" ", @pathlist), "\n");
|
##info(1, "Using search path:\n", join(" ", @pathlist), "\n");
|
||||||
## }
|
## }
|
||||||
|
|
||||||
|
if ( @path ) {
|
||||||
|
push(@path,@pathlist);
|
||||||
|
}
|
||||||
|
else {
|
||||||
@path = @pathlist;
|
@path = @pathlist;
|
||||||
|
}
|
||||||
|
|
||||||
## }
|
## }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user