diff -ru nessus-1.2.2/nessus-plugins/configure
nessus-1.2.2-patched/nessus-plugins/configure
--- nessus-1.2.2/nessus-plugins/configure Wed Feb 6 02:56:12 2002
+++ nessus-1.2.2-patched/nessus-plugins/configure Thu Jun 13 14:29:44 2002
@@ -5970,7 +5970,7 @@
if test -n "$with_fetchcmd" -a "$with_fetchcmd" != no ; then
- if test "$with_fetchcmd" == "yes" ; then
+ if test "$with_fetchcmd" = "yes" ; then
echo "configure: warning: Must supply an argument when using --with-fetchcmd"
1>&2
else
FETCHCMD="$with_fetchcmd"