From 1b7f7f7351acf00253cee0866d902218fb1a6a04 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 4 Feb 2019 23:48:30 -0500 Subject: [PATCH] still tracking rogue chmods --- scripts/core/generate_aliases.pl | 3 +-- scripts/generator/produce_feisty_meow.sh | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/core/generate_aliases.pl b/scripts/core/generate_aliases.pl index 28202166..dbae6f44 100644 --- a/scripts/core/generate_aliases.pl +++ b/scripts/core/generate_aliases.pl @@ -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 \"{}\" ';'"); } ############## diff --git a/scripts/generator/produce_feisty_meow.sh b/scripts/generator/produce_feisty_meow.sh index d9c83252..dbecd263 100644 --- a/scripts/generator/produce_feisty_meow.sh +++ b/scripts/generator/produce_feisty_meow.sh @@ -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. -- 2.34.1