We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dae870 + 5747422 commit bc5c15eCopy full SHA for bc5c15e
ci/dox.sh
@@ -25,7 +25,7 @@ cargo +nightly install cargo-xbuild -Z install-upgrade
25
# shellcheck disable=SC1003
26
grep '[\d|\w|-]* \\' ci/build.sh > targets
27
sed -i.bak 's/ \\//g' targets
28
-grep '^[_a-zA-Z0-9-]*$' targets > tmp && mv tmp targets
+grep '^[_a-zA-Z0-9-]*$' targets | sort > tmp && mv tmp targets
29
30
# Create a markdown list of supported platforms in $PLATFORM_SUPPORT
31
rm $PLATFORM_SUPPORT || true
0 commit comments