···7171 export DOTNET_ROOT=${runtime}
7272 '' + run);
73737474+ # Setting LANG to something other than 'C' forces the runtime to search
7575+ # for ICU, which will be required in most user environments.
7476 checkConsoleOutput = command: ''
7575- output="$(${command})"
7777+ output="$(LANG=C.UTF-8 ${command})"
7678 # yes, older SDKs omit the comma
7779 [[ "$output" =~ Hello,?\ World! ]] && touch "$out"
7880 '';