Minor fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## File: Install-MSYS2.ps1
|
## File: Install-Msys2.ps1
|
||||||
## Desc: Install MSYS2 and 64-bit gcc, cmake, & llvm (32-bit commented out)
|
## Desc: Install Msys2 and 64-bit gcc, cmake, & llvm (32-bit commented out)
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## File: Validate-MSYS2.ps1
|
## File: Validate-Msys2.ps1
|
||||||
## Desc: Validate MSYS2
|
## Desc: Validate Msys2
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
if (Get-Command -Name 'gcc')
|
if (Get-Command -Name 'gcc')
|
||||||
@@ -36,7 +36,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
Adding description of the software to Markdown
|
# Adding description of the software to Markdown
|
||||||
|
|
||||||
# `gcc --version` gives output like:
|
# `gcc --version` gives output like:
|
||||||
# gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0
|
# gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user