diff --git a/images/win/scripts/Installers/Install-Msys2.ps1 b/images/win/scripts/Installers/Install-Msys2.ps1 index 62195aaa..5f7ec137 100644 --- a/images/win/scripts/Installers/Install-Msys2.ps1 +++ b/images/win/scripts/Installers/Install-Msys2.ps1 @@ -1,6 +1,6 @@ ################################################################################ -## File: Install-MSYS2.ps1 -## Desc: Install MSYS2 and 64-bit gcc, cmake, & llvm (32-bit commented out) +## File: Install-Msys2.ps1 +## Desc: Install Msys2 and 64-bit gcc, cmake, & llvm (32-bit commented out) ################################################################################ # References diff --git a/images/win/scripts/Installers/Validate-Msys2.ps1 b/images/win/scripts/Installers/Validate-Msys2.ps1 index 31c8ea88..3554b603 100644 --- a/images/win/scripts/Installers/Validate-Msys2.ps1 +++ b/images/win/scripts/Installers/Validate-Msys2.ps1 @@ -1,6 +1,6 @@ ################################################################################ -## File: Validate-MSYS2.ps1 -## Desc: Validate MSYS2 +## File: Validate-Msys2.ps1 +## Desc: Validate Msys2 ################################################################################ if (Get-Command -Name 'gcc') @@ -36,7 +36,7 @@ else exit 1 } -Adding description of the software to Markdown +# Adding description of the software to Markdown # `gcc --version` gives output like: # gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0