ob-C: Fix command to perform on remote host
commit411e9e0816509e61ea9f143a7efbe34ec9e6f0b4
authorИван Трусков <trus19@gmail.com>
Tue, 25 Apr 2017 08:06:59 +0000 (25 10:06 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 25 Apr 2017 08:08:48 +0000 (25 10:08 +0200)
tree1cc95a7f00bc194aeeaab205f6b48ae0b3ff4ac3
parenta91eae6d5202f329eefe3fb9188c677b7bd12b13
ob-C: Fix command to perform on remote host

* lisp/ob-C.el (org-babel-C-execute): Make sure name of compiled
program is converted to local representation before sending it to the
shell on remote host.

The problem was when one would try to evaluate C source code block in
the file on remote host.  Compilation would go normally, then
evaluation would fail with error like "/bin/sh: unable to find file".

TINYCHANGE
lisp/ob-C.el