diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-05 07:12:33 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-05 07:12:33 +0000 |
| commit | b1ddc060e941f414a690b4994ab4abc483e931e3 (patch) | |
| tree | bd463724f14b6e42ebac54854ccb4feefeb7ac93 /makelist | |
| parent | b3884193b7bd3977acc44790b6278b60517ad097 (diff) | |
Diffstat (limited to 'makelist')
| -rw-r--r-- | makelist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } } |
