summaryrefslogtreecommitdiff
path: root/makelist
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2026-03-05 07:12:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2026-03-05 07:12:33 +0000
commitb1ddc060e941f414a690b4994ab4abc483e931e3 (patch)
treebd463724f14b6e42ebac54854ccb4feefeb7ac93 /makelist
parentb3884193b7bd3977acc44790b6278b60517ad097 (diff)
Diffstat (limited to 'makelist')
-rw-r--r--makelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/makelist b/makelist
index c8f927651ab3..ecbe720392fc 100644
--- a/makelist
+++ b/makelist
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: makelist,v 1.29 2016/05/09 21:46:56 christos Exp $
+# $NetBSD: makelist,v 1.31 2026/03/04 10:31:46 christos Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -102,7 +102,7 @@ case $FLAG in
fname = fname s;
}
- printf(" { %-30.30s %-30.30s\n","L\"" fname "\",", uname ",");
+ printf(" { %-30.30s %-30.30s\n", uname ",", "L\"" fname "\",");
ok = 1;
}
}