File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,9 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
5252fi
5353
5454if [ " $1 " != " --fast" -o ! -f " $RULESETS_SQLITE " ] ; then
55-
5655 # This is an optimization to get the OS reading the rulesets into RAM ASAP;
5756 # it's useful on machines with slow disk seek times; doing several of these
58- # at once allows the IO subsystem to seek more efficiently. Note that
59- # bash uses the completely insane glob ordering aAbBcC...
57+ # at once allows the IO subsystem to seek more efficiently.
6058 for firstchar in ` echo {a..z} {A..Z} {0..9}` ; do
6159 # Those cover everything but it wouldn't matter if they didn't
6260 nohup cat src/chrome/content/rules/" $firstchar " * .xml > /dev/null 2> /dev/null &
You can’t perform that action at this time.
0 commit comments