projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(tty_name): Use newly allocated buffer.
[kopensolaris-gnu/glibc.git]
/
glibcbug.in
diff --git
a/glibcbug.in
b/glibcbug.in
index
2808789
..
0d46b32
100644
(file)
--- a/
glibcbug.in
+++ b/
glibcbug.in
@@
-232,7
+232,7
@@
sed -e "
/^>Fix:/,/^>[A-Za-z-]*:/s;$FIX_C;;
" $TEMP > $TEMP.x
-if $MAIL_AGENT
$BUGGLIBC
< $TEMP.x; then
+if $MAIL_AGENT < $TEMP.x; then
echo "$COMMAND: problem report sent"
xs=0; exit
else