summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/mgpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mgpg b/contrib/mgpg
index 26c7e5e..4f0cfa4 100755
--- a/contrib/mgpg
+++ b/contrib/mgpg
@@ -14,7 +14,7 @@ n=$(mshow -t "$tmp" | awk -F: '
 	/: application\/octet-stream/ {if (supported) print $1}')
 
 if [ "$n" ]; then
-	mshow -O "$tmp" "$n" | gpg -d 2>&1 || exit 0
+	mshow -O "$tmp" "$n" | gpg2 -d 2>&1 || exit 0
 	exit 64
 fi
 exit 63