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 c0273ef commit d4b0025Copy full SHA for d4b0025
prerequisites/install-functions/report_results.sh
@@ -60,7 +60,7 @@ report_results()
60
echo "else " >> setup.sh
61
echo " export PATH=\"${compiler_install_root%/}/bin:\${PATH}\" " >> setup.sh
62
echo "fi " >> setup.sh
63
- echo "set path (\"${compiler_install_root%/}\"/bin \$path) " >> setup.csh
+ echo "set path = (\"${compiler_install_root%/}\"/bin \$path) " >> setup.csh
64
fi
65
LD_LIB_P_VAR=LD_LIBRARY_PATH
66
if [[ "${OSTYPE:-}" =~ [Dd]arwin ]]; then
0 commit comments