X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/483aa0a74bed3b811f734008d9428203b0113826..3357c6bc8475a01a80a29b7f001f2f27576217ab:/gen/mailhub.sh diff --git a/gen/mailhub.sh b/gen/mailhub.sh index 1e128148..62caea95 100644 --- a/gen/mailhub.sh +++ b/gen/mailhub.sh @@ -34,7 +34,7 @@ fi olines=`wc -l $root/etc/aliases | awk '{print $1}'` nlines=`wc -l $root/etc/aliases.new | awk '{print $1}'` diff=`expr $nlines - $olines` -thresh=`expr $nlines / 10` +thresh=`expr $olines / 10` # Catch the zero case if [ $nlines -eq 0 ]; then