From ddb4e69b19648af8eb32ef24958f92fa17e93b43 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 18 May 2008 15:46:22 +0000 Subject: Fix AW/321 * hyper/htsearch (htpagedir): Avoid deprecated switch. --- src/hyper/htsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hyper') 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 -- cgit v1.2.3