Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Feb 29, 2024
1 parent 1ca6201 commit dd12bb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ if (-Not (Test-Path $GPG)) {
throw "Unable to find GPG at $GPG"
}

$GPGTOGGLE = $(Get-Command gpg-disable-keyboxd -ErrorAction Ignore | `
Select-Object -ExpandProperty Source)
if (-Not (Test-Path $GPGTOGGLE)) {
throw "Unable to find GPG at $GPGTOGGLE"
}

Write-Host "Config: $Config"
Write-Host "GPG: $GPG"
Write-Host "GPGTOGGLE: $GPGTOGGLE"

# Create work directories.
New-Item -Type Directory "${Cygwin}" -Force
Expand Down

0 comments on commit dd12bb4

Please sign in to comment.