[oe-commits] Andreas Müller : systemd-systemctl-native: multiple service files not looped properly

git at git.openembedded.org git at git.openembedded.org
Mon Mar 5 16:37:42 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1aa96dc9df2469bcda52fc0d965fa5aa7a5315b8

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Sat Mar  3 13:04:01 2012 +0000

systemd-systemctl-native: multiple service files not looped properly

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../systemd/systemd-systemctl-native/systemctl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 \





More information about the Openembedded-commits mailing list