From 39d88dc809e130e16f2e9141bbb487eb937e402f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 29 Jan 2008 14:55:35 +0000 Subject: Fix branding. --- src/rc/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/rc.c') diff --git a/src/rc/rc.c b/src/rc/rc.c index d5e0a145..f0a76396 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -799,7 +799,7 @@ int main (int argc, char **argv) ecolor (ECOLOR_GOOD), ecolor (ECOLOR_HILITE), ecolor (ECOLOR_NORMAL), ecolor (ECOLOR_BRACKET)); #ifdef BRANDING - printf (BRANDING " (%s)", uts.arch); + printf (BRANDING " (%s)", uts.machine); #else printf ("%s %s (%s)", uts.sysname, -- cgit v1.2.3