chiark / gitweb /
core: interpret \; token in ExecStart as escaped ;
authorOleksii Shevchuk <alxchk@gmail.com>
Sat, 3 Nov 2012 19:52:02 +0000 (21:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Nov 2012 15:01:10 +0000 (16:01 +0100)
commit7e1a84f55244ca78093b1dabc58683bc0e7f4304
tree03eeff2c5547f8188bc3309e704881e836fbcc63
parent2c5417ade0d137f811e4fcc1b099f963e6d5a820
core: interpret \; token in ExecStart as escaped ;

Some commands (like 'find') take a semicolon as separate arg. With
current parser implementation there is no way to pass one.

Patch adds token \;
src/core/load-fragment.c
src/test/test-unit-file.c