Compare commits
No commits in common. "10f55313b097c924de6c31e9ee2c3b80e6597c50" and "beaa325c7b13418371ce33d712082e31dd4e6943" have entirely different histories.
10f55313b0
...
beaa325c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ func makeChunk(ctx *Context, fpath string, ignoreWarnings bool) (*core.Chunk, er
|
|||
log.Println("Setting imports resolver")
|
||||
}
|
||||
|
||||
lib := os.Getenv("PATH")
|
||||
lib := os.Getenv("ANGLAIS_PATH")
|
||||
dirs := strings.Split(lib, ":")
|
||||
|
||||
dir, _ := path.Split(fpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue