Skip to content

Commit

Permalink
[release/1.4.6] common/compiler: support relative path to solc
Browse files Browse the repository at this point in the history
(cherry picked from commit 5eb60a6)
  • Loading branch information
remyroy authored and karalabe committed Jun 6, 2016
1 parent c45c424 commit ab522d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/compiler/solidity.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func (sol *Solidity) Compile(source string) (map[string]*Contract, error) {
compilerOptions := strings.Join(params, " ")

cmd := exec.Command(sol.solcPath, params...)
cmd.Dir = wd
cmd.Stdin = strings.NewReader(source)
cmd.Stderr = stderr

Expand Down

0 comments on commit ab522d3

Please sign in to comment.