Fix broken comparison

This commit is contained in:
HD Moore 2012-04-23 23:06:52 -05:00
parent 5282f9fd0a
commit a261adaaea
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ opt.each do |opt,arg|
wait = arg.to_i
end
when '--reportdelete'
if arg = ''
if arg == ''
deletereport=true
else
operation = "reportdelete"