Install engines as ./exefile in XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 13 Mar 2012 20:25:22 +0000 (21:25 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 13 Mar 2012 20:25:22 +0000 (21:25 +0100)
commit95772c234f0afaf88ef01854868c93ff2e8a20fb
tree207f99d11b414a950fc869cc7ee0ba07a7100e3b
parent147ab93c8ab692229cb7d61131be719bc6e86fd2
Install engines as ./exefile in XBoard

When a path name is split into directory and filename, the latter in Linux
must be preceded by ./ in order to make it executable in the directory
XBoard starts it in.
backend.c