Skip to content

Commit 712f5eb

Browse files
committed
Revert "normalize crlf"
This reverts commit df61568.
1 parent df61568 commit 712f5eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

aws-runtime/aws-config/mingw/src/aws/sdk/kotlin/runtime/auth/credentials/executeCommandMingw.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ internal actual suspend fun executeCommand(
151151
_wunlink(outPath.wideCString(this))
152152
}
153153

154-
val normalized = sb.toString()
155-
.replace("\r\n", "\n")
156-
.replace("\r", "\n")
157-
158-
exitCode to normalized
154+
exitCode to sb.toString()
159155
} finally {
160156
CloseHandle(pi.hThread)
161157
CloseHandle(pi.hProcess)

0 commit comments

Comments
 (0)