diff options
Diffstat (limited to 'ci/install-dmd.ps1')
-rw-r--r-- | ci/install-dmd.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dmd.ps1 b/ci/install-dmd.ps1 index fc8226c..aeacdf2 100644 --- a/ci/install-dmd.ps1 +++ b/ci/install-dmd.ps1 @@ -68,4 +68,4 @@ $dmd_bin = Join-Path $dmd_install "dmd2\windows\bin" $Env:Path = $Env:Path + ";" + $dmd_bin #echo "Testing DMD..." -& dmd.exe --version 2>&1>$null +& dmd.exe --version |