[svn:parrot] r40630 - trunk/src

Util at svn.parrot.org Util at svn.parrot.org
Tue Aug 18 18:17:00 UTC 2009


Author: Util
Date: Tue Aug 18 18:16:58 2009
New Revision: 40630
URL: https://trac.parrot.org/parrot/changeset/40630

Log:
Fixed an error in packfile.c reference to pbc_header.pl. Courtesy of dukeleto++
http://irclog.perlgeek.de/parrot/2009-08-15#i_1396510

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Tue Aug 18 18:05:29 2009	(r40629)
+++ trunk/src/packfile.c	Tue Aug 18 18:16:58 2009	(r40630)
@@ -1005,7 +1005,7 @@
     /* Ensure the bytecode version is one we can read. Currently, we only
      * support bytecode versions matching the current one.
      *
-     * tools/dev/pbc_header.pl --upd t/native_pbc/ *.pbc
+     * tools/dev/pbc_header.pl --upd t/native_pbc/*.pbc
      * stamps version and fingerprint in the native tests. */
     if (header->bc_major != PARROT_PBC_MAJOR
     ||  header->bc_minor != PARROT_PBC_MINOR) {


More information about the parrot-commits mailing list