Explorar o código

Add a newline so we dont have characters left over from the carrage return

spesk1 %!s(int64=5) %!d(string=hai) anos
pai
achega
57e290e657
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      lib/SimplyGit/Git.pm

+ 3 - 0
lib/SimplyGit/Git.pm

@@ -25,6 +25,9 @@ sub knocker($$$) {
 		shellex("$nmapCmd -Pn --host_timeout 201 --max-retries 0 -p $port $target > /dev/null",$logger);
 	}
 
+	# So we don't have random chars potentially on the line after using \r
+	print "\n";
+
 }
 
 sub checkPath($$) {