From 1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 3 Mar 2012 13:04:01 +0000 Subject: systemd-systemctl-native: multiple service files not looped properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl index 72b9da3b79..b86f3cd742 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 \ -- cgit v1.2.3-54-g00ecf