Commit be6ba8b5 authored by Dieter Komendera's avatar Dieter Komendera

Fix shebang for bin/pod to reflect change to ruby.

parent 70ca382e
#!/usr/bin/env macruby #!/usr/bin/env ruby
if $0 == __FILE__ if $0 == __FILE__
$:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__) $:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment