We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1c5eb commit 6a2f75dCopy full SHA for 6a2f75d
nginx-build-msys2.sh
@@ -110,7 +110,7 @@ mv -f tmp/*/CHANGES* ../docs/
110
111
# copy docs and licenses
112
cp -f docs/text/LICENSE ../docs/ || cp -f LICENSE ../docs/
113
-cp -f docs/text/README ../docs/ || cp -f README.md ../docs/
+cp -f docs/text/README ../docs/ || cp -f README.md ../docs/ || cp -f README ../docs/
114
if [[ -d docs/html ]]; then
115
mkdir -p ../html
116
cp -f docs/html/* ../html/
0 commit comments