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 e59355b commit 9106546Copy full SHA for 9106546
src/etc/rustup.sh
@@ -329,7 +329,8 @@ case $CFG_OSTYPE in
329
;;
330
331
# We do not detect other OS such as XP/2003 using 64 bit using uname.
332
-# If we want to in the future, we will need to use Cygwin - Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative.
+# If we want to in the future, we will need to use Cygwin
333
+# Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative.
334
*)
335
err "unknown OS type: $CFG_OSTYPE"
336
0 commit comments