Skip to content

Commit a234f27

Browse files
authored
Fix Coarray Sample setvars in README (#2411)
Signed-off-by: Ong, Frankie Wei Quan <[email protected]>
1 parent 7b2bc26 commit a234f27

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/Fortran/guided_Coarray

1 file changed

+1
-1
lines changed

DirectProgramming/Fortran/guided_Coarray/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When working with the command-line interface (CLI), you should configure the one
5555
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5656
>
5757
> Windows*:
58-
> - `C:\Program Files (x86)\Intel\oneAPI\setvars.bat`
58+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5959
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
6060
>
6161
> For more information on configuring environment variables, see *[Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html)* or *[Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html)*.

0 commit comments

Comments
 (0)