Back out revision 1.32; it attaches the files in the wrong section of the PR.

This commit is contained in:
Ceri Davies 2003-08-11 19:41:14 +00:00
parent 20e8e865bd
commit 9242daac21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118796

View File

@ -281,9 +281,6 @@ if [ -n "$IN_FILE" ]; then
cat $IN_FILE > $TEMP
fi
fi
# If the user has requested that we attach files (with the -a option),
# then add them too.
[ -n "$ATTACHED_FILES" ] && echo "$ATTACHED_FILES" >> $TEMP
else
if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then