File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 66
77set -ex
88
9- TARGET_DOC_DIR=target/doc
10- README=README.md
11- PLATFORM_SUPPORT=platform-support.md
9+ TARGET_DOC_DIR=" target/doc"
10+ README=" README.md"
11+ PLATFORM_SUPPORT=" platform-support.md"
1212
13- rm -rf $TARGET_DOC_DIR
14- mkdir -p $TARGET_DOC_DIR
13+ rm -rf " $TARGET_DOC_DIR "
14+ mkdir -p " $TARGET_DOC_DIR "
1515
1616if ! rustc --version | grep -E " nightly" ; then
1717 echo " Building the documentation requires a nightly Rust toolchain"
@@ -57,6 +57,7 @@ while read -r target; do
5757 --no-default-features --features extra_traits
5858 fi
5959
60+ mkdir -p " ${TARGET_DOC_DIR} /${target} "
6061 cp -r " target/${target} /doc" " ${TARGET_DOC_DIR} /${target} "
6162
6263 echo " * [${target} ](${target} /libc/index.html)" >> $PLATFORM_SUPPORT
You can’t perform that action at this time.
0 commit comments