summaryrefslogtreecommitdiff
path: root/mkluatexfontdb.lua
diff options
context:
space:
mode:
authoreroux <elie.roux@telecom-bretagne.eu>2010-03-01 10:08:55 +0100
committereroux <elie.roux@telecom-bretagne.eu>2010-03-01 10:08:55 +0100
commit3f5ff8856dd21c28470b9dc4f778488c3af5cb2f (patch)
tree51aa24d02cfabf22aa82e7360f98c67d0a7b73f2 /mkluatexfontdb.lua
parentf6ecd9d474e74733d55c2c1e5b1b65777f4e05f3 (diff)
downloadluaotfload-3f5ff8856dd21c28470b9dc4f778488c3af5cb2f.tar.gz
not using fc-cache by default
Diffstat (limited to 'mkluatexfontdb.lua')
-rw-r--r--mkluatexfontdb.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/mkluatexfontdb.lua b/mkluatexfontdb.lua
index a7424b4..f05f668 100644
--- a/mkluatexfontdb.lua
+++ b/mkluatexfontdb.lua
@@ -53,8 +53,7 @@ Valid options:
-V --version prints the version and exits
-h --help prints this message
--fc-cache run fc-cache before updating database
- (default is to run it if available)
- --no-fc-cache do not run fc-cache
+ --no-fc-cache do not run fc-cache (default)
--sys writes the database for the whole system
(default is only for the user)
@@ -104,7 +103,7 @@ local function do_run_fc_cache(c)
end
-- a temporary variable, containing the command line option concerning fc-cache
-local run_fc_cache = nil
+local run_fc_cache = 0
local force_reload = nil
local function process_cmdline()