]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
core: fix copy paste error (s/source/destination/) (#5197)
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 31 Jan 2017 18:04:01 +0000 (21:04 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Jan 2017 18:04:01 +0000 (13:04 -0500)
commit91d910e386f7b0ada1296994e86ebbd1c8c762dc
treecf19ca09be7ebf3d0fa028e0571c688616e84ec3
parentd3cba4eaf618ced1935a96e721b2fbcbad7694bb
core: fix copy paste error (s/source/destination/) (#5197)

```
-bash-4.3# systemd-run --property BindPaths=/etc:tmp/hey sh -c 'ls /tmp/hey'
```
prints
`Destination path tmp/hey is not absolute.`
instead of
`Destination path /etc is not absolute.`

CID #1368239
src/core/dbus-execute.c