diff options
author | ceri <ceri@FreeBSD.org> | 2003-08-11 19:41:14 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-08-11 19:41:14 +0000 |
commit | 3777a782bbd63fda941b5c1e9518c39fcddec185 (patch) | |
tree | 5a9ea71664a07c6ddf543c5439a081631eb3908c /gnu/usr.bin/send-pr/send-pr.sh | |
parent | 77b7809eb0123da6148657366ac52410c30839ee (diff) | |
download | FreeBSD-src-3777a782bbd63fda941b5c1e9518c39fcddec185.zip FreeBSD-src-3777a782bbd63fda941b5c1e9518c39fcddec185.tar.gz |
Back out revision 1.32; it attaches the files in the wrong section of the PR.
Diffstat (limited to 'gnu/usr.bin/send-pr/send-pr.sh')
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index 314a24e..b776d37 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -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 |