lol

stdenv: Substitute correctly chmods instead of .tmp which never exists

+1 -1
+1 -1
pkgs/stdenv/generic/setup.sh
··· 370 370 content="${content//"$pattern"/$replacement}" 371 371 done 372 372 373 - if [ -e "$output" ]; then chmod +w "$output".tmp; fi 373 + if [ -e "$output" ]; then chmod +w "$output"; fi 374 374 printf "%s" "$content" > "$output" 375 375 } 376 376