diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 01:35:07 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-26 01:35:07 +0300 |
commit | 4402899c96e426d7302fd681ffde5d782fb6ab39 (patch) | |
tree | adc144afedc49864bd5439ea9fbe143e8860b639 /.local | |
parent | 70bd6d02a32e1225337944bac6bbb169ab9cbc4e (diff) |
send-package: Add missing backslash
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/send-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/send-package b/.local/bin/send-package index 357c410..99d07f4 100755 --- a/.local/bin/send-package +++ b/.local/bin/send-package @@ -9,5 +9,5 @@ sed -En '/^Angel Cakes/,/^Doozies/s/(\t|\s{2,})/\n/gp' ~/doc/tit-names \ | tr A-Z a-z \ | xargs -I{} -- \ sed -e "1iTo: `vlt raw Miscellaneous send-package-to`" \ - -e 's/$REPLACEME/{}/' "$tmpl" + -e 's/$REPLACEME/{}/' "$tmpl" \ | msmtp -t --read-envelope-from |