[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luarocks config problem on Windows
- From: Jonathan Goble <jcgoble3@...>
- Date: Thu, 24 Dec 2015 22:52:12 -0500
On Thu, Dec 24, 2015 at 10:46 PM, 书呆彭, Peng Yi <nerditation@outlook.com> wrote:
>>site_config.LUAROCKS_SYSCONFIG=[[$CONFIG_FILE]]
>
> apparently the CONFIG_FILE variable is not expanded properly while
> generating site_config.lua
> I am not very familiar with how luarocks works, could someone please check
> that out?
Windows batch files don't use $var for variable expansion. The proper
syntax is %var% (here, %CONFIG_FILE%).