Skip to content

Commit 0ae18aa

Browse files
PaulGWebsterlukeis
authored andcommitted
Updated automatic make application "go" to use /bin/env not static bash path
Updated "go" to use /usr/bin/env not static bash path (mac happy version) Signed-off-by: Luke Inman-Semerau <[email protected]>
1 parent 28ea410 commit 0ae18aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# we want jruby-complete to take care of all things ruby
44
unset GEM_HOME

0 commit comments

Comments
 (0)