3cf08ff
diff -Nur chkrootkit-0.48-orig/chkrootkit chkrootkit-0.48/chkrootkit
3cf08ff
--- chkrootkit-0.48-orig/chkrootkit	2007-12-17 19:54:42.000000000 +0100
3cf08ff
+++ chkrootkit-0.48/chkrootkit	2008-02-12 10:10:39.000000000 +0100
3cf08ff
@@ -1129,7 +1129,7 @@
3cf08ff
         echo "Warning: \`${files}' file size is zero"
3cf08ff
       files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
3cf08ff
       [ ! -z "${files1}" ] && \
3cf08ff
-        echo "Warning: \`${files}' is linked to another file"
3cf08ff
+        echo "Warning: \`${files1}' is linked to another file"
3cf08ff
    fi
3cf08ff
    if [ -z "${files}" -a -z "${files1}" ]; then
3cf08ff
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi