From 05eebb8ccf0107332e325b8eebc98a9a4a693e57 Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Fri, 10 Jul 2020 14:36:22 +0200 Subject: [PATCH] scripts/make.ps1: actually define the CommitSuffix parameter Signed-off-by: Paul Mulders --- scripts/make.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make.ps1 b/scripts/make.ps1 index d1a0a29422..7dd3fafb4d 100644 --- a/scripts/make.ps1 +++ b/scripts/make.ps1 @@ -51,6 +51,7 @@ param( [Parameter(Mandatory=$False)][switch]$Noisy, [Parameter(Mandatory=$False)][switch]$ForceBuildAll, [Parameter(Mandatory=$False)][switch]$NoOpt, + [Parameter(Mandatory=$False)][string]$CommitSuffix, [Parameter(Mandatory=$False)][switch]$TestUnit, [Parameter(Mandatory=$False)][switch]$All )