URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74e8b539a22043869186ca1af46ba796a5378225
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
74e8b53 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Fix a comparison in win-setup.ps1
"if ($SomeVariable > 0)" is valid PowerShell syntax, but it writes
the value of $SomeVariable to a file named "0". Use the "-gt" operator
instead.
Change-Id: I17e0f7033008ead3b24fed8c0c91869747ff81f1
Reviewed-on: https://code.wireshark.org/review/17093
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from f92f169 [Diameter] Add a couple of AVP:s
adds 74e8b53 Fix a comparison in win-setup.ps1
Summary of changes:
tools/win-setup.ps1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)