diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:46:57 -0800 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:46:57 -0800 |
commit | 38c8a52ddfc24f6553b5ac032f27d0749823e852 (patch) | |
tree | 0cc278677659705eb2f9b9751c5379cb3d52d79d /script/wraptest | |
parent | edd9b7709a1ef79d8327d24e32e9e94919f19c3d (diff) | |
parent | 62817c9ea3f5838c850532ad875952d1bff34ad6 (diff) |
Merge pull request #273 from jpmckinney/ruby_bin_path
Fix path to ruby
Diffstat (limited to 'script/wraptest')
-rwxr-xr-x | script/wraptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/wraptest b/script/wraptest index d62e4ce48..780c9b4a2 100755 --- a/script/wraptest +++ b/script/wraptest @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # wraptest: # Test email wrapping function |