summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmove/tools/fix-fc-cache.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/tools/fix-fc-cache.pl b/move/tools/fix-fc-cache.pl
index e0eb19fa0..720c94141 100755
--- a/move/tools/fix-fc-cache.pl
+++ b/move/tools/fix-fc-cache.pl
@@ -4,7 +4,7 @@
use MDK::Common;
-my $prefix = $ARGV[0] || '/tmp/live_tree';
+my ($prefix) = @ARGV or die "usage: $0 <prefix>\n";
my @conf = cat_("$prefix/etc/fonts/fonts.conf");