cudaPackages.cuda_nvcc: remove trailing escape (#406575)
Connor Baker 7 months ago ed01fc14 44030d89
··· 40 40 substituteInPlace bin/nvcc.profile \ 41 41 --replace-fail \ 42 42 '$(TOP)/$(_NVVM_BRANCH_)' \ 43 43 - "''${!outputBin}/nvvm" \ 43 43 + "''${!outputBin}/nvvm" 44 44 '' 45 45 + '' 46 46 cat << EOF >> bin/nvcc.profile