still tracking rogue chmods
[feisty_meow.git] / scripts / core / generate_aliases.pl
index 2820216613053297a8b2dd19c23a6745128bfd90..dbae6f4454b6e599474df55b39a21bd6f55765ef 100644 (file)
@@ -170,8 +170,7 @@ if (! -d $FEISTY_MEOW_LOADING_DOCK) {
 
 # set the executable bit for binaries for just this current user.
 if (-d $FEISTY_MEOW_BINARIES) {
-print "hey, debugging code here in generate_aliases.pl\n";
-  system("find \"$FEISTY_MEOW_BINARIES\" -type f -exec chmod u+x \"{}\" ';' 2>$HOME/complaints_from_binary_chmod.txt");
+  system("find \"$FEISTY_MEOW_BINARIES\" -type f -exec chmod u+x \"{}\" ';'");
 }
 
 ##############