]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* postinstall.cc (do_postinstall_thread): Refer to "Unknown package"
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sat, 20 Nov 2010 13:03:58 +0000 (13:03 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Sat, 20 Nov 2010 13:03:58 +0000 (13:03 +0000)
        rather than "No package"

ChangeLog
postinstall.cc

index accb3ceba22c6c58cb471bbb80d26e843ff8f34c..0354ecc3cd8eaf29ffc30908f6ed866b1fb3ce48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-17  Jon TURNEY  <jon.turney@dronecode.org.uk>
+
+        * postinstall.cc (do_postinstall_thread): Refer to "Unknown package"
+        rather than "No package"
+
 2010-11-19  Christopher Faylor  <me+cygwin@cgf.cx>
 
        Throughout, change all occurrences of "PostMessage" to PostMessageNow.
index 9b573d907d627c9c3981855d3fb19d8144dac1c4..093cda666ebd303629b79bcad399afd0004a828f 100644 (file)
@@ -186,7 +186,7 @@ do_postinstall_thread (HINSTANCE h, HWND owner)
 
   // and try to run what's left...
   {
-    RunScript scriptRunner("No package", scripts);
+    RunScript scriptRunner("Unknown package", scripts);
     scriptRunner.run_all(s);
   }
 
This page took 0.038892 seconds and 5 git commands to generate.