ffi / ffi-compiler

Apache License 2.0
32 stars 10 forks source link

sh: 1: Syntax error: Bad fd number #2

Closed le0pard closed 11 years ago

le0pard commented 11 years ago
>& /dev/null

This will run corrent in csh or bash (bash is compatible in this case with csh). But Ubuntu links /bin/sh to dash! And we have such error:

sh: 1: Syntax error: Bad fd number
ghost commented 11 years ago

Thanks for that!

le0pard commented 11 years ago

Hello, @wmeissner. Can you release new version of ffi-compiler with this fix? I need this fix, but rubygems gemspec not support git or github dependency (only version).

ghost commented 11 years ago

Ok, done - released version 0.1.2

le0pard commented 11 years ago

Thank you! :+1: