Move bug report string to one place.

This commit is contained in:
Alan Modra
2000-04-03 14:10:05 +00:00
parent 7876dd4328
commit c20f4f8c21
24 changed files with 73 additions and 20 deletions

View File

@@ -50,6 +50,7 @@ suitable for gas to consume.
*/
#include "config.h"
#include "bin-bugs.h"
#include <stdio.h>
#include <string.h>
@@ -3550,7 +3551,7 @@ Usage: %s \n\
[-Ipath] add to include path list\n\
[in-file]\n"));
if (status == 0)
printf (_("\nReport bugs to bug-gnu-utils@gnu.org\n"));
printf (REPORT_BUGS_TO);
exit (status);
}