[systemd-devel] [PATCH 1/2] continuation support for load_env_file

2013-01-18 Thread Michal Vyskocil
Variable definition can be written on more than one line - if each ends with a backslash, then is concatenated with a previous one. Only backslash and unix end of line (\n) are treated as a continuation. And backslash on the last line of the file is ignored. Fixes:

Re: [systemd-devel] [PATCH 1/2] continuation support for load_env_file

2013-01-18 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 18, 2013 at 10:05:10AM +0100, Michal Vyskocil wrote: Variable definition can be written on more than one line - if each ends with a backslash, then is concatenated with a previous one. Only backslash and unix end of line (\n) are treated as a continuation. And backslash on the last