aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vendors/shared.psm14
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vendors/shared.psm1 b/scripts/vendors/shared.psm1
index eb3c4c037..0c15ef53f 100644
--- a/scripts/vendors/shared.psm1
+++ b/scripts/vendors/shared.psm1
@@ -188,8 +188,8 @@ function Get-VHDLVariables
#>
[CmdletBinding()]
param(
- [switch]$VHDL93 = $false,
- [switch]$VHDL2008 = $true
+ [bool]$VHDL93 = $false,
+ [bool]$VHDL2008 = $true
)
if ($VHDL93)