aboutsummaryrefslogtreecommitdiff
path: root/pass.bat
diff options
context:
space:
mode:
Diffstat (limited to 'pass.bat')
-rw-r--r--pass.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pass.bat b/pass.bat
index 1f731ee..e41a1ea 100644
--- a/pass.bat
+++ b/pass.bat
@@ -1,7 +1,7 @@
@echo off
where gpg.exe >nul 2>nul
-IF NOT ERRORLEVEL 0 (
+IF NOT %ERRORLEVEL% EQU 0 (
echo GPG isn't installed. Exiting...
exit 1
)