From e06ebf63e2c91e590fc1091e5ea2e49bab835526 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 3 Dec 2008 11:19:48 -0800 Subject: OSX: Fixed bad prefix --- privileged_startx/20-font_cache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privileged_startx/20-font_cache.cpp b/privileged_startx/20-font_cache.cpp index c13384b..6d43e10 100755 --- a/privileged_startx/20-font_cache.cpp +++ b/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 & + BINDIR/font_cache -s & elif [ -x BINDIR/font_cache.sh ] ; then BINDIR/font_cache.sh -s & -elif [ -x /usr/X11/bin/fc-cache ] ; then +elif [ -x BINDIR/fc-cache ] ; then BINDIR/fc-cache & fi -- cgit v1.2.3