Skip to content

Commit

Permalink
Updated automatic make application "go" to use /bin/env not static ba…
Browse files Browse the repository at this point in the history
…sh path

Updated "go" to use /usr/bin/env not static bash path (mac happy version)

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
PaulGWebster authored and lukeis committed Oct 23, 2013
1 parent 28ea410 commit 0ae18aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# we want jruby-complete to take care of all things ruby
unset GEM_HOME
Expand Down

0 comments on commit 0ae18aa

Please sign in to comment.