Skip to content

Position of maxdepth - global options are not positional

Maiken requested to merge maikenp/arc:start_up_script_fix into next

Noticed warning using the arc-arex-start script in docker container in almalinux 9.

[root@0e544d4a958d /]# /usr/share/arc/arc-arex-start 
find: warning: you have specified the global option -maxdepth after the argument -regex, but global options are not positional, i.e., -maxdepth affects tests specified before it as well as those specified after it.  Please specify global options before other arguments.

moved the maxdepth option before the regex

Merge request reports

Loading