chiark
/
gitweb
/
~mdw
/
xfonts-traditional
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d36db
)
always include default rules path
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 7 Jan 2012 17:10:16 +0000
(17:10 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 7 Jan 2012 17:10:16 +0000
(17:10 +0000)
utility
patch
|
blob
|
blame
|
history
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;
-push @rulespath, "$sharedir/rules"
unless @rulespath
;
+push @rulespath, "$sharedir/rules";
die "need a mode\n" unless $mode;