diff options
author | rhatto <rhatto> | 2006-10-10 03:22:26 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-10 03:22:26 +0000 |
commit | bf71a39de512384566d886b41a26d89e598d3d36 (patch) | |
tree | a5b77ad21e254812768241825d81d9e389f825e8 | |
parent | 6b5857c46326d671735abb897238c2ddef03b840 (diff) | |
download | firma-bf71a39de512384566d886b41a26d89e598d3d36.tar.gz firma-bf71a39de512384566d886b41a26d89e598d3d36.tar.bz2 |
SubscribeUsers minor fix
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1503,7 +1503,7 @@ function SubscribeUsers { method="--recv-keys" fi shift - $GPG --yes --keyserver $keyserver $method $* + $GPG --no-batch --keyserver $keyserver $method $* return_code=$? else echo >&2 "subscribe: missing parameters: type subscribe help" |