From 9106546aa7d56dcaf650d9bc03fe5b5c3cf3460d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 28 Oct 2014 10:24:03 -0700 Subject: [PATCH] Long lines --- src/etc/rustup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh index b4dd8cde0f5..4829e15fb0f 100644 --- a/src/etc/rustup.sh +++ b/src/etc/rustup.sh @@ -329,7 +329,8 @@ case $CFG_OSTYPE in ;; # We do not detect other OS such as XP/2003 using 64 bit using uname. -# 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 +# Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative. *) err "unknown OS type: $CFG_OSTYPE" ;;