summaryrefslogtreecommitdiff
path: root/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-19 21:53:15 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-19 21:53:15 +0000
commit210f0111454206730a5f4ed8eb799bfc59485708 (patch)
tree667713c7e84a7fbdcc0c54ce6a9cee93813ada7a /meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg
parent76b5863170eebf5ea61fcbf79eb963d4c9092352 (diff)
downloadopenembedded-core-210f0111454206730a5f4ed8eb799bfc59485708.tar.gz
openembedded-core-210f0111454206730a5f4ed8eb799bfc59485708.tar.bz2
openembedded-core-210f0111454206730a5f4ed8eb799bfc59485708.tar.xz
openembedded-core-210f0111454206730a5f4ed8eb799bfc59485708.zip
networkmanager/matchbox-keyboard: Use exec to run the final programs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg')
-rwxr-xr-xmeta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg
index e6745c569..43c5d3ed6 100755
--- a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg
+++ b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard.shbg
@@ -19,5 +19,5 @@ if [ "$CMD" ]; then
# Delay to make sure the window manager is active
# by waiting for the desktop to say its finished loading
dbus-wait org.matchbox_project.desktop Loaded
- $CMD
+ exec $CMD
fi