summaryrefslogtreecommitdiff
path: root/launchd/privileged_startx/20-font_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launchd/privileged_startx/20-font_cache.cpp')
-rwxr-xr-xlaunchd/privileged_startx/20-font_cache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/launchd/privileged_startx/20-font_cache.cpp b/launchd/privileged_startx/20-font_cache.cpp
index 6d43e10..1048b15 100755
--- a/launchd/privileged_startx/20-font_cache.cpp
+++ b/launchd/privileged_startx/20-font_cache.cpp
@@ -27,9 +27,9 @@ XCOMM promote the sale, use or other dealings in this Software without
XCOMM prior written authorization.
if [ -x BINDIR/font_cache ] ; then
- BINDIR/font_cache -s &
+ BINDIR/font_cache -s
elif [ -x BINDIR/font_cache.sh ] ; then
- BINDIR/font_cache.sh -s &
+ BINDIR/font_cache.sh -s
elif [ -x BINDIR/fc-cache ] ; then
- BINDIR/fc-cache &
+ BINDIR/fc-cache
fi