Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit ad8f4bc

Browse files
authored
404 message check for different locale
1 parent 66f41c2 commit ad8f4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ downloader() {
441441
fi
442442
if [ -n "$_err" ]; then
443443
echo "$_err" >&2
444-
if echo "$_err" | grep -q ' 404: Not Found\.$'; then
444+
if echo "$_err" | grep -q ' 404 Not Found$'; then
445445
err "installer for platform '$3' not found, this may be unsupported"
446446
fi
447447
fi

0 commit comments

Comments
 (0)