always include default rules path
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Jan 2012 17:10:16 +0000 (17:10 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Jan 2012 17:10:16 +0000 (17:10 +0000)
utility

diff --git a/utility b/utility
index 8cff135..c9a420e 100755 (executable)
--- a/utility
+++ b/utility
@@ -106,7 +106,7 @@ define_mode('bdf-filter', sub {
 Getopt::Long::Configure(qw(bundling));
 GetOptions(@options) or exit 127;
 
-push @rulespath, "$sharedir/rules" unless @rulespath;
+push @rulespath, "$sharedir/rules";
 
 die "need a mode\n" unless $mode;