[PATCH 2/6] aiaiai-email-dispatcher-helper: fix typo on aiaiai

Jacob Keller jacob.e.keller at intel.com
Mon Mar 10 16:46:10 PDT 2014


This patch fixes a typo on aiaiai-email-test-patchset, which prevented
the validator from being called, as it was misspelled.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 email/aiaiai-email-dispatcher-helper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/aiaiai-email-dispatcher-helper b/email/aiaiai-email-dispatcher-helper
index 998c6ac38d9c..70d1025244f0 100755
--- a/email/aiaiai-email-dispatcher-helper
+++ b/email/aiaiai-email-dispatcher-helper
@@ -98,7 +98,7 @@ verbose "Configuration file: $cfgfile"
 mv $verbose -- "$mbox" "$tmpdir" >&2
 file="$tmpdir/${mbox##*/}"
 
-if ! cat -- "$file" | aiaia-email-test-patchset "$verbose" "$cfgfile"; then
+if ! cat -- "$file" | aiaiai-email-test-patchset "$verbose" "$cfgfile"; then
 	verbose "Validation failed"
 	touch -- "$fail_file"
 	mv $verbose -- "$file" "$queuedir" >&2
-- 
1.8.3.1




More information about the aiaiai mailing list