]> git.ozlabs.org Git - next-scripts/blobdiff - send_email
do_build: use the native powerpc compiler
[next-scripts] / send_email
index 1131d51a29d2d10cbb5b198b0e7f29e2d60a5de2..60842a7a991cdd472b88a933b0b91be785d90893 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-TARGET=$HOME/linux-next-$(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