pioz / chess

A fast chess library that use bitboards to play chess with Ruby
GNU Lesser General Public License v3.0
59 stars 17 forks source link

The system command is coughing up errors, the syntax isn't right for the... #3

Closed JohnTheodore closed 10 years ago

JohnTheodore commented 10 years ago

... latest ubuntu/bash install.

[4] pry(main)> g.extend Chess::Gnuchess sh: 1: Syntax error: Bad fd number RuntimeError: You need to install Gnuchess to use the module Chess::Gnuchess.

This change fixes that.