chiark / gitweb /
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 8cff135ab8b689fd99e3a538b17c7a526031100c..c9a420e8dd838c21845860698e1fcb1fbb72c429 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;
 
 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;
 
 
 die "need a mode\n" unless $mode;