summaryrefslogtreecommitdiff
path: root/lib/libedit/makelist
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-02-17 19:47:49 +0000
committerchristos <christos@NetBSD.org>2016-02-17 19:47:49 +0000
commite49871f3623e95d4e76861c2b0abaea4829f8e6a (patch)
tree1ed3fcb19d93eb4dcc1093bfb90beb9af1e334e2 /lib/libedit/makelist
parentc2f393918be24b07704f6666d3a9f7fbe42b979f (diff)
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
Diffstat (limited to 'lib/libedit/makelist')
-rw-r--r--lib/libedit/makelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/makelist b/lib/libedit/makelist
index 10a5c2973b5..3d1d990ce7f 100644
--- a/lib/libedit/makelist
+++ b/lib/libedit/makelist
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: makelist,v 1.23 2016/02/16 19:08:41 christos Exp $
+# $NetBSD: makelist,v 1.24 2016/02/17 19:47:49 christos Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ case $FLAG in
#include "${FILES}"
_EOF
;;
-
+
-h)
set - `echo $FILES | sed -e 's/\\./_/g'`
hdr="_h_`basename $1`"