Skip to content

Commit d4b0025

Browse files
committed
Fix csh environment bug
1 parent c0273ef commit d4b0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/install-functions/report_results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ report_results()
6060
echo "else " >> setup.sh
6161
echo " export PATH=\"${compiler_install_root%/}/bin:\${PATH}\" " >> setup.sh
6262
echo "fi " >> setup.sh
63-
echo "set path (\"${compiler_install_root%/}\"/bin \$path) " >> setup.csh
63+
echo "set path = (\"${compiler_install_root%/}\"/bin \$path) " >> setup.csh
6464
fi
6565
LD_LIB_P_VAR=LD_LIBRARY_PATH
6666
if [[ "${OSTYPE:-}" =~ [Dd]arwin ]]; then

0 commit comments

Comments
 (0)