]> git.ozlabs.org Git - next-scripts/blobdiff - send_email
message_helper: more "gentele" coding style
[next-scripts] / send_email
index a8e60a2492d858c09f40cb1fa2d5503190bed146..60842a7a991cdd472b88a933b0b91be785d90893 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-TARGET=$HOME/work/topics/linux-next/mails/$(date +"%Y-%m-%d+%s").email
+TARGET="$(realpath --relative-to=. $(dirname $0)/../mails)"/$(date +"%Y-%m-%d+%s").email
 
 to="$1"
 cc="$2"
@@ -12,9 +12,6 @@ To: $to
 Cc: $cc
 Subject: $subject
 
-FIXME: Add owner of second tree to To:
-       Add author(s)/SOB of conflicting commits.
-
 EOF
        cat
 ) > $TARGET