-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: For Window Build Setup, Cope with Short Prompts
winscripts/gccsetup.ps1 + winscripts/msvcsetup.ps1 prefix the PowerShell prompt with "GCC " or "MVS " respectively, if not already so prefixed. In checking the existing prompt for GCC/MVS, the powershell code was throwing an exception if the existing prompt was shorter than 3 chars. Now coping correctly with that case.
- Loading branch information
1 parent
8da273d
commit 2100713
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters