Compare commits
2 commits
beaa325c7b
...
10f55313b0
| Author | SHA1 | Date | |
|---|---|---|---|
| 10f55313b0 | |||
| c6b41443d5 |
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("ANGLAIS_PATH")
|
||||
lib := os.Getenv("PATH")
|
||||
dirs := strings.Split(lib, ":")
|
||||
|
||||
dir, _ := path.Split(fpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue