summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index d5e0a14..f0a7639 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,