diff options
| author | Lionel Orry <lionel.orry@gmail.com> | 2011-04-29 10:02:05 +0200 | 
|---|---|---|
| committer | jeremyz <jeremy@asynk.ch> | 2011-04-29 15:46:12 +0200 | 
| commit | 2dee77f043a66caefe9ee33b351a7dfe4a1cef13 (patch) | |
| tree | 9d964470b49e525f90e966a67ec21e8791954c14 /tasks | |
| parent | cd09ccaf2c48dce97c8df94a922ead968549a494 (diff) | |
| download | ffi-efl-2dee77f043a66caefe9ee33b351a7dfe4a1cef13.zip ffi-efl-2dee77f043a66caefe9ee33b351a7dfe4a1cef13.tar.gz  | |
use the shebang line from genruby.rb for its invocation
It's too restrictive to call 'ruby' manually.
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/ffi.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ffi.rake b/tasks/ffi.rake index 7ab3ffb..0ade669 100644 --- a/tasks/ffi.rake +++ b/tasks/ffi.rake @@ -12,7 +12,7 @@ namespace :ffi do      #      desc "generate ffi bindings"      task :ruby do -        sh 'ruby ./tools/genruby.rb' +        sh './tools/genruby.rb'      end  end  #  | 
