summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-keyboard/files/80matchboxkeyboard
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-keyboard/files/80matchboxkeyboard')
-rwxr-xr-xmeta/packages/matchbox-keyboard/files/80matchboxkeyboard2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard
index 06d45bb9c0..7c775af0eb 100755
--- a/meta/packages/matchbox-keyboard/files/80matchboxkeyboard
+++ b/meta/packages/matchbox-keyboard/files/80matchboxkeyboard
@@ -17,5 +17,5 @@ fi
17# Delay to make sure the window manager is active 17# Delay to make sure the window manager is active
18 18
19if [ "$CMD" ]; then 19if [ "$CMD" ]; then
20 (sleep 2 && $CMD) & 20 { sleep 2 ; $CMD ; } &
21fi 21fi