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.
2 parents 2a09ec0 + 0b5cf15 commit b50d9edCopy full SHA for b50d9ed
validate.sh
@@ -329,7 +329,7 @@ CABALLISTBIN="${CABAL} list-bin --builddir=$BUILDDIR --project-file=$PROJECTFILE
329
# of validate.sh
330
# https://github.com/haskell/cabal/issues/9571
331
# https://github.com/haskell/cabal/pull/10114
332
-RTSOPTS="$([[ $ARCH = "x86_64-windows" && -z "$CI" ]] && echo "+RTS --io-manager=native" || echo "")"
+RTSOPTS="$([ $ARCH = "x86_64-windows" ] && [ -z "$CI" ] && echo "+RTS --io-manager=native" || echo "")"
333
334
# header
335
#######################################################################
0 commit comments