updated and cleaned...
[feisty_meow.git] / 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";