-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi!
I wanted to use Bingo. It required Run. So I compiled it. Compilation works, but any Runfile with fail with this error:
exec: "/usr/bin/env": file does not exist
The culprit is this line
Line 68 in 27ff98d
| cmd = exec.Command("/usr/bin/env", append([]string{shell, tmpFile.Name()}, args...)...) |
Possible solution: Check if GOOS == 'windows' and execute shell directly, without using /usr/bin/env.
Metadata
Metadata
Assignees
Labels
No labels