projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f9818
)
switched around binary chmod to avoid error noise
author
Chris Koeritz
<fred@gruntose.com>
Wed, 24 Oct 2018 03:19:54 +0000
(23:19 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 24 Oct 2018 03:19:54 +0000
(23:19 -0400)
scripts/core/generate_aliases.pl
patch
|
blob
|
history
diff --git
a/scripts/core/generate_aliases.pl
b/scripts/core/generate_aliases.pl
index 6521601c5d707aa5894850a02c8f6e75cf16f256..2f6604cb1a4200f2503c2f538852b6563cc59c00 100644
(file)
--- a/
scripts/core/generate_aliases.pl
+++ b/
scripts/core/generate_aliases.pl
@@
-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 \"{}\" ';'
");
}
##############