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.
1 parent e0b7c12 commit 97a83f8Copy full SHA for 97a83f8
1 file changed
pkgs/stdenv/generic/setup.sh
@@ -119,7 +119,7 @@ exitHandler() {
119
if [ -n "${showBuildStats:-}" ]; then
120
times > "$NIX_BUILD_TOP/.times"
121
local -a buildTimesArray
122
- IFS=" " read -r -a buildTimesArray <<< "$(cat "$NIX_BUILD_TOP/.times")"
+ IFS=" " read -r -a buildTimesArray < "$NIX_BUILD_TOP/.times"
123
# Print the following statistics:
124
# - user time for the shell
125
# - system time for the shell
0 commit comments