still tracking rogue chmods
authorChris Koeritz <fred@gruntoes.com>
Tue, 5 Feb 2019 04:48:30 +0000 (23:48 -0500)
committerChris Koeritz <fred@gruntoes.com>
Tue, 5 Feb 2019 04:48:30 +0000 (23:48 -0500)
scripts/core/generate_aliases.pl
scripts/generator/produce_feisty_meow.sh

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 \"{}\" ';'");
 }
 
 ##############
index d9c832526378f8a488a551442e309e70230a9457..dbecd2637009bd8a0182397b5e9f7402f7e1f013 100644 (file)
@@ -180,10 +180,12 @@ if [ -z "$SAVE_BINARIES" ]; then
 fi
 
 # make the clam shell scripts executable.
-chmod 755 "$CLAM_SCRIPTS"/*.sh
-chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh
+#hmmm: why?  this should no longer be needed.
+#      and even if it's needed, the perms should be stored in the repo.
+#chmod 755 "$CLAM_SCRIPTS"/*.sh
+#chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh
 #chmod 755 "$CLAM_SCRIPTS"/csharp/*.sh
-chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh"
+#chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh"
 
 # rebuild the dependency tool.  needed by everything, pretty much, but
 # since it's from the xfree project, it doesn't need any of our libraries.