Skip to content

Commit cde0cad

Browse files
Clean-up
1 parent 0bd3365 commit cde0cad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/cli/src/main/scala/scala/cli/ScalaCli.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,8 @@ object ScalaCli extends CommandsEntryPoint {
158158
// image), but also sometimes on glibc, or even on macOS, when we use domain
159159
// sockets to exchange with Bloop. So let's just ignore those (which should
160160
// just make some read / write calls return -1).
161-
if (!Properties.isWin && isGraalvmNativeImage) {
161+
if (!Properties.isWin && isGraalvmNativeImage)
162162
ignoreSigpipe()
163-
os.pwd
164-
}
165163

166164
if (Properties.isWin && isGraalvmNativeImage)
167165
// The DLL loaded by LoadWindowsLibrary is statically linked in

0 commit comments

Comments
 (0)