1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Make the script detect \r\n correctly.

This commit is contained in:
d33tah
2013-09-10 23:24:09 +00:00
parent 080015cd24
commit 5083b40527

View File

@@ -293,7 +293,7 @@ end
while true do
input = read_line()
if input == "" then
if input == "" or input == "\r" then
break
end
end