aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-sorted.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-sorted.awk')
-rwxr-xr-xscripts/gen-sorted.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk
index 193296a8fd..f0714a5a92 100755
--- a/scripts/gen-sorted.awk
+++ b/scripts/gen-sorted.awk
@@ -2,7 +2,6 @@
# Generate sorted list of directories. The sorting is stable but with
# dependencies between directories resolved by moving dependees in front.
# Copyright (C) 1998-2021 Free Software Foundation, Inc.
-# Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
BEGIN {
cnt = split(subdirs, all) + 1