Compare commits

..

No commits in common. "10f55313b097c924de6c31e9ee2c3b80e6597c50" and "beaa325c7b13418371ce33d712082e31dd4e6943" have entirely different histories.

View file

@ -136,7 +136,7 @@ func makeChunk(ctx *Context, fpath string, ignoreWarnings bool) (*core.Chunk, er
log.Println("Setting imports resolver") log.Println("Setting imports resolver")
} }
lib := os.Getenv("PATH") lib := os.Getenv("ANGLAIS_PATH")
dirs := strings.Split(lib, ":") dirs := strings.Split(lib, ":")
dir, _ := path.Split(fpath) dir, _ := path.Split(fpath)