missing newline added

This commit is contained in:
Daniel Stenberg 2003-03-15 17:26:59 +00:00
parent a15b7691ca
commit 12c72b419c

View File

@ -159,7 +159,7 @@ sub runhttpserver {
# verify if our/any server is running on this port
my $cmd = "$CURL -o log/verifiedserver --silent -i $HOSTIP:$HOSTPORT/verifiedserver 2>/dev/null";
print "CMD; $cmd" if ($verbose);
print "CMD; $cmd\n" if ($verbose);
my $res = system($cmd);
$res >>= 8; # rotate the result