diff options
-rwxr-xr-x | mcomp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcomp b/mcomp index 6b06df0..f740cd4 100755 --- a/mcomp +++ b/mcomp @@ -87,7 +87,7 @@ fi printf '%s\n' '-- ' cat ~/.signature fi -} >$draft +} | msed '/date/a' /dev/stdin >$draft c=e while :; do |