mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Changed position of (min/max)depth options to find command to prevent warning on linux.
This commit is contained in:
parent
72cca2c483
commit
b011acbfe6
@ -120,7 +120,7 @@ fi
|
|||||||
|
|
||||||
pushd $SITE_DIR
|
pushd $SITE_DIR
|
||||||
|
|
||||||
find . -name "*.html" -maxdepth 3 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
|
find . -maxdepth 3 -mindepth 2 -name "*.html" | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
|
||||||
-e 's/Maven Surefire Report/Unit Tests/;' \
|
-e 's/Maven Surefire Report/Unit Tests/;' \
|
||||||
-e 's/Cobertura Test Coverage/Test Coverage/;' \
|
-e 's/Cobertura Test Coverage/Test Coverage/;' \
|
||||||
-e 's/A successful project.*greatly appreciated\.//;'
|
-e 's/A successful project.*greatly appreciated\.//;'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user