Skip to content

Commit 8d0120b

Browse files
committed
Remove obsolete comment portion
1 parent a2eec31 commit 8d0120b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

makexpi.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
5252
fi
5353

5454
if [ "$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 &

0 commit comments

Comments
 (0)