summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-10-06 22:01:59 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-10-06 20:05:10 +0000
commite6b61a7b6f8625ebc951832a91e8ee9d7cb4c624 (patch)
tree9043f8c3490d9a88e66b88bbc317221b57505db2 /tools
parent6c45d217d9d4fbf2a4dbc17d0b92334e3bc93052 (diff)
downloadwireshark-e6b61a7b6f8625ebc951832a91e8ee9d7cb4c624.tar.gz
Try to fix CMake builds
Follow-up of g09dc3b5 Change-Id: I7d0727d0177dc85e009de575239e070e083f1121 Reviewed-on: https://code.wireshark.org/review/10842 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 2664f44dda..b1e2484afd 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -47,7 +47,7 @@ Wireshark.
.PARAMETER Destination
Specifies the destination directory for the text files. The path must
-contain the pattern "wireshark-*-libs".
+contain the pattern "Wireshark-*-libs".
.PARAMETER Platform
Target platform. One of "win64" or "win32".
@@ -71,12 +71,12 @@ their compressed archives.
A date stamp (current-tag.txt)
.EXAMPLE
-C:\PS> .\tools\win-setup.ps1 -Destination C:\wireshark-master-64-libs -Platform win64
+C:\PS> .\tools\win-setup.ps1 -Destination C:\Wireshark-master-64-libs -Platform win64
#>
Param(
[Parameter(Mandatory=$true, Position=0)]
- [ValidateScript({$_ -like "*\wireshark-*-libs"})]
+ [ValidateScript({$_ -like "*\Wireshark-*-libs"})]
[String]
$Destination,