Ajun

Results 2 comments of Ajun

Adding a sleep in Rakefile seems to help build for spec at least. No clue why. ``` file "#{crc}/#{crc_ext_lib}" => "#{crc}/Makefile" do Dir.chdir(crc) do begin sh 'make', 'clean' sh 'make'...

I fixed it via the following: in /usr/local/bin/csshX change `use POSIX qw(tmpnam);` to `use File::Temp qw/ :POSIX /;`