emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] ob-C.el: Fix command to perform on remote host


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] ob-C.el: Fix command to perform on remote host
Date: Tue, 25 Apr 2017 10:10:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Иван Трусков <address@hidden> writes:

> * lisp/ob-C.el (org-babel-C-execute): Made 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 will fail with error like "/bin/sh: unable to find file
> prevents that.
>
> TINYCHANGE

Applied. Thank you.

> +              (concat (org-babel-process-file-name tmp-bin-file) cmdline))

I made that change at `tmp-bin-file' binding instead.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]