switched around binary chmod to avoid error noise
[feisty_meow.git] / scripts / core / generate_aliases.pl
index 6521601c5d707aa5894850a02c8f6e75cf16f256..2f6604cb1a4200f2503c2f538852b6563cc59c00 100644 (file)
@@ -170,7 +170,7 @@ if (! -d $FEISTY_MEOW_LOADING_DOCK) {
 
 # set the executable bit for binaries for just this current user.
 if (-d $FEISTY_MEOW_BINARIES) {
-  system("chmod -R u+x \"$FEISTY_MEOW_BINARIES\"/*");
+  system("find \"$FEISTY_MEOW_BINARIES\" -type f -exec chmod u+x \"{}\" ';'");
 }
 
 ##############