aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/platform/cygwin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/cygwin.sh b/src/platform/cygwin.sh
index 106562a..b7339f4 100644
--- a/src/platform/cygwin.sh
+++ b/src/platform/cygwin.sh
@@ -22,7 +22,7 @@ gpg_winpath() {
local could_be_filenames="true"
local i
for ((i=${#args[@]}-1; i>=0; i--)); do
- if ( [ $i -gt 0 ] && [ "${args[$i-1]}" = "-o" ] ); then
+ if ( [ $i -gt 0 ] && [ "${args[$i-1]}" = "-o" ] && [ "${args[$i]}" != "-" ] ); then
args[$i]="$(cygpath -am "${args[$i]}")"
elif [ $could_be_filenames = "true" ]; then
if [ -e "${args[$i]}" ]; then