]> gitweb.fluxo.info Git - firma.git/commitdiff
typo
authorrhatto <rhatto>
Tue, 9 Aug 2005 00:49:29 +0000 (00:49 +0000)
committerrhatto <rhatto>
Tue, 9 Aug 2005 00:49:29 +0000 (00:49 +0000)
firma

diff --git a/firma b/firma
index ddbd0d3cd904e67a0cb59951b16027bff4b63719..545fcd60ffc4f7dd47155d9afb4a0545c411b9f8 100755 (executable)
--- 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