]> sjero.net Git - wget/blobdiff - src/mswindows.c
Updated config.guess, config.sub, install.sh.
[wget] / src / mswindows.c
index 2a1469631299a20c70dd6cd77856c78d2df6fc2b..cdfea2d263390012a1a3ced53d7e47f6aa4e2064 100644 (file)
@@ -291,7 +291,7 @@ fake_fork (void)
 
   printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId);
   if (info->logfile_changed)
-    printf (_("Output will be written to `%s'.\n"), info->lfilename);
+    printf (_("Output will be written to %s.\n"), quote (info->lfilename));
 
   UnmapViewOfFile (info);