Lines Matching refs:tmp
61 git log -1 --pretty=format:%s%n%b $2 > orig_commit_msg.tmp
63 firstline=`head -1 orig_commit_msg.tmp | sed 's/^\[[a-z0-9_]*\] //'`
64 tail -n +2 orig_commit_msg.tmp > remainder.tmp
66 echo $firstline > commit_msg.tmp
67 cat remainder.tmp >> commit_msg.tmp
68 echo "pulled from $1 by script." >> commit_msg.tmp
69 echo "hash: $2" >> commit_msg.tmp
70 msg=`cat commit_msg.tmp`
71 rm -f orig_commit_msg.tmp commit_msg.tmp remainder.tmp
149 cat << EOF > /tmp/branchmsg.$$
158 cat /tmp/branchmsg.$$ | mail -s "$subject" bind-changes@isc.org
159 rm /tmp/branchmsg.$$