[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-security] chkrootkit - integer expression expected before -gt



Quick follow up... careful with line-wrap!  
 
lkm()
{
  #if [ \( "${SYSTEM}" = "Linux"  -o \( "${SYSTEM}" = "FreeBSD" -a \
  #   ${V} -gt 43 \) \) -a "${ROOTDIR}" = "/" ]; then
  if [ \( "${SYSTEM}" = "Linux" \) -a "${ROOTDIR}" = "/" ]; then