File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ main() {
154
154
ensure downloader " $_url " " $_file " " $_arch "
155
155
ensure chmod u+x " $_file "
156
156
if [ ! -x " $_file " ]; then
157
- err " Cannot execute $_file (likely because of mounting /tmp as noexec)."
158
- err " Please copy the file to a location where you can execute binaries and run ./rustup-init${_ext} ."
157
+ err " Cannot execute $_file (likely because of mounting /tmp as noexec)."
158
+ err " Please copy the file to a location where you can execute binaries and run ./rustup-init${_ext} ."
159
159
exit 1
160
160
fi
161
161
@@ -508,7 +508,7 @@ get_architecture() {
508
508
err " This host is running an x32 userland, for which no native toolchain is provided."
509
509
err " You will have to install multiarch compatibility with i686 or amd64."
510
510
err " To do so, set the RUSTUP_CPUTYPE environment variable set to i686 or amd64 and re-run this script."
511
- err " You will be able to add an x32 target after installation by running \` rustup target add x86_64-unknown-linux-gnux32\` ."
511
+ err " You will be able to add an x32 target after installation by running \` rustup target add x86_64-unknown-linux-gnux32\` ."
512
512
exit 1
513
513
}; else
514
514
_cputype=i686
@@ -588,7 +588,7 @@ check_cmd() {
588
588
}
589
589
590
590
assert_nz () {
591
- if [ -z " $1 " ]; then
591
+ if [ -z " $1 " ]; then
592
592
err " assert_nz $2 "
593
593
exit 1
594
594
fi
You can’t perform that action at this time.
0 commit comments