build_profile, make.log and other stuff
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
SCRIPTS="$(find ./ -name '*.sh')"
|
||||
for F in $SCRIPTS
|
||||
do
|
||||
echo $F
|
||||
chmod +x $F
|
||||
echo "$F"
|
||||
chmod +x "$F"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user