Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: I23878885974cddceb110566020f44a776e9af2f4
  • Loading branch information
qiulaidongfeng committed Apr 25, 2024
1 parent fd6c529 commit e1489ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/exec/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ func (c *Cmd) Start() error {
if err != nil {
return err
}
} else {
} else if c.cacheLookExtensions != "" {
lp = c.cacheLookExtensions
}
}
Expand Down

0 comments on commit e1489ac

Please sign in to comment.