diff options
author | Matthias Hecker <apoc@sixserv.org> | 2013-12-06 04:34:12 +0000 |
---|---|---|
committer | Matthias Hecker <apoc@sixserv.org> | 2013-12-06 04:34:12 +0000 |
commit | 0f7ba7ef464f864091940b18c53113d10665795f (patch) | |
tree | b56698a48eac3200e18816a920faf1d27eb35c08 | |
parent | be96e7c59beff09af772e6a82431bb31dfb39b02 (diff) |
launch_here: fixed shebang
-rwxr-xr-x | launch_here.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_here.rb b/launch_here.rb index 24946b56..7c4b2a5f 100755 --- a/launch_here.rb +++ b/launch_here.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # Load rbot from this directory. (No need to install it with setup.rb) # |