aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/htsearch
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/htsearch')
-rwxr-xr-xsrc/hyper/htsearch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/htsearch b/src/hyper/htsearch
index 84e272c7..76d95063 100755
--- a/src/hyper/htsearch
+++ b/src/hyper/htsearch
@@ -8,5 +8,5 @@ if test -z "$1"
then
echo ""|$htbindir/presea case=1 -
else
-( cd $htpagedir; $htbindir/hthits "$1" $htpagedir/ht.db |sort -r -n +0.22 |$htbindir/presea case=0 expr="$1" -)
+( cd $htpagedir; $htbindir/hthits "$1" $htpagedir/ht.db |sort -r -n -k 1.22 |$htbindir/presea case=0 expr="$1" -)
fi