X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2Fdebug%2Fradix-tune-bits.sh;h=53cf6f069105ebe18e1a7bc625547afe5640b5bb;hb=d661e61c3019201dddd5d870ff9aabf23ec7e2f2;hp=dbaa49c1a887d75240051287774be02002bf5ff4;hpb=44feaeb65636c36e71fa1fd79710aa746867c17e;p=libucw.git diff --git a/ucw/sorter/debug/radix-tune-bits.sh b/ucw/sorter/debug/radix-tune-bits.sh index dbaa49c1..53cf6f06 100644 --- a/ucw/sorter/debug/radix-tune-bits.sh +++ b/ucw/sorter/debug/radix-tune-bits.sh @@ -1,13 +1,13 @@ #!/bin/bash -# An utility for tuning the Sherlock's radix sorter +# An utility for tuning the LibUCW radix sorter # (c) 2007 Martin Mares set -e UCW_PROGNAME="$0" . lib/libucw.sh -# Path to Sherlock build directory +# Path to LibUCW build directory [ -n "$BUILD" ] || BUILD=.. -[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to Sherlock build directory" +[ -f "$BUILD/ucw/sorter/sorter.h" ] || die "BUILD does not point to LibUCW build directory" # Find out sort buffer size parse-config 'Sorter{##SortBuffer}'