diff options
Diffstat (limited to 'move/tools/fix-fc-cache.pl')
-rwxr-xr-x | move/tools/fix-fc-cache.pl | 2 |
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"); |