File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config_generator/components/funcs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class FetchDET(Function):
21
21
bash_exec (
22
22
command_type = EvgCommandType .SETUP ,
23
23
working_dir = "drivers-evergreen-tools" ,
24
- script = 'find .evergreen -type f -name "*.sh" -execdir chmod +rx "{}" \;' ,
24
+ script = 'find .evergreen -type f -name "*.sh" -exec chmod +rx "{}" \;' ,
25
25
),
26
26
27
27
# python is used frequently enough by many tasks that it is worth
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ functions:
180
180
working_dir : drivers-evergreen-tools
181
181
args :
182
182
- -c
183
- - find .evergreen -type f -name "*.sh" -execdir chmod +rx "{}" \;
183
+ - find .evergreen -type f -name "*.sh" -exec chmod +rx "{}" \;
184
184
- command : subprocess.exec
185
185
type : setup
186
186
params :
You can’t perform that action at this time.
0 commit comments