On 08.08.2011, Werner Koch wrote:
> > echo "xxxxxxxxxxxx" | /usr/bin/gpg --batch --sign --armour --clearsig --passphrase-fd 0 $1
> gpg --batch --sign --armour --clearsig --passphrase-fd 0 --yes -o "$1".asc "$1"
Shouldn't this be "--armor" (and not "--armour")?!