| Submitter | Andreas Müller |
|---|---|
| Date | March 3, 2012, 1:04 p.m. |
| Message ID | <1330779841-3649-1-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/22635/ |
| State | Accepted |
| Commit | 1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8 |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl index 72b9da3..b86f3cd 100755 --- a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl +++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl @@ -31,7 +31,7 @@ while [ $# != 0 ]; do esac done -for service in "$services"; do +for service in $services; do # find service file for p in $ROOT/etc/systemd/system \ $ROOT/lib/systemd/system \
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../systemd/systemd-systemctl-native/systemctl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)