aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-08-09 00:49:29 +0000
committerrhatto <rhatto>2005-08-09 00:49:29 +0000
commit2d1b13dacaa8eeea943aa28f4232aa5268ce104a (patch)
tree7233ea7699caa6734bdef606cbc1d55f9514b1a7 /firma
parent121200a5e2f36515958f04db94e87321030b9d6d (diff)
downloadfirma-2d1b13dacaa8eeea943aa28f4232aa5268ce104a.tar.gz
firma-2d1b13dacaa8eeea943aa28f4232aa5268ce104a.tar.bz2
typo
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index ddbd0d3..545fcd6 100755
--- a/firma
+++ b/firma
@@ -140,7 +140,7 @@ $DATE
$(get_gpg_stderr | grep -F 'gpg: Signature made')
$(get_gpg_stderr | grep -F 'gpg: Good signature from')
-$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null)" | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do
+$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null) | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do
LIST_MESSAGE[$n]="$STDIN\n"
((++n))
done