index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index 6963d7a..f2b7d26 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -174,7 +174,7 @@ sed -n "$( continue fi printf \ - '/^%s:/{ s/^%s:\s*//; w %s/%s\n }\n' \ + '/^%s:/{ s/^%s:\s*//; w %s/%s\n b; }\n' \ "${action}" \ "${action}" \ "${tmp_dir}" \ |