[oe] [meta-oe] systemd-systemctl-native: multiple service files not looped properly

Andreas Müller schnitzeltony at googlemail.com
Sat Mar 3 13:04:01 UTC 2012


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 .../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 \
-- 
1.7.4.4





More information about the Openembedded-devel mailing list