[svn:parrot] r36879 - trunk/tools/dev

rurban at svn.parrot.org rurban at svn.parrot.org
Thu Feb 19 18:21:09 UTC 2009


Author: rurban
Date: Thu Feb 19 18:21:07 2009
New Revision: 36879
URL: https://trac.parrot.org/parrot/changeset/36879

Log:
[tools] TT #357
Disable tools/dev/pbc_header.pl --update-fingerprint, 
so that no more pbc's get corrupted.

Modified:
   trunk/tools/dev/pbc_header.pl

Modified: trunk/tools/dev/pbc_header.pl
==============================================================================
--- trunk/tools/dev/pbc_header.pl	Thu Feb 19 17:33:53 2009	(r36878)
+++ trunk/tools/dev/pbc_header.pl	Thu Feb 19 18:21:07 2009	(r36879)
@@ -161,7 +161,8 @@
     my (@args) = $^O eq 'MSWin32' ? <@ARGV> : @ARGV;
 
     $upd_fp and do {
-        update_fp(@args);
+        die "Sorry. --update-fingerprint currently breaks your files. TT #357";
+        #update_fp(@args);
         exit;
     };
 


More information about the parrot-commits mailing list