oops, was appending to the generated aliases file, rather than starting
authorChris Koeritz <fred@gruntose.com>
Thu, 9 Feb 2012 16:08:49 +0000 (11:08 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 9 Feb 2012 16:08:49 +0000 (11:08 -0500)
from scratch.  that would have made startup take longer and longer...
until surely madness would result.

scripts/core/generate_aliases.pl

index 082277c89ed8dac5864db8932a469a0c0990e31a..256be0909dc24eb1cebd5226dcf4cd51b72b6b3b 100644 (file)
@@ -113,7 +113,7 @@ print "made gener dir $FEISTY_MEOW_GENERATED\n";
 #hmmm: perhaps a good place for a function to create the header,
 #      given the appropriate comment code.
 
-  open GENOUT, ">>$GENERATED_ALIAS_FILE" or die "cannot open $GENERATED_ALIAS_FILE";
+  open GENOUT, ">$GENERATED_ALIAS_FILE" or die "cannot open $GENERATED_ALIAS_FILE";
 
   print GENOUT "##\n";
   print GENOUT "## generated file: $GENERATED_ALIAS_FILE\n";