]> git.ozlabs.org Git - next-scripts/blobdiff - final_msg
change the order of arguments to send_email
[next-scripts] / final_msg
index da9ec44271f720c8a76540ddc3941cada53d7c63..ebbbc0f4917c5ccfcb3f242dff4868d9ed359eb0 100755 (executable)
--- a/final_msg
+++ b/final_msg
@@ -17,6 +17,6 @@ sed -i.bak -e 's/^\(Changes since\) [0-9]*:/\1 '"$prev"':/' \
     -e 's/^\(I am currently merging\) [0-9]* /\1 '"$ntrees"' /' \
     ../last_msg
 
-"$tools_dir/send_email" "$to" "$cc" "$subject" <../last_msg
+"$tools_dir/send_email" "$subject" "$to" "$cc" <../last_msg
 
 exit 0