diff options
Diffstat (limited to 'scripts/gen-sorted.awk')
-rwxr-xr-x | scripts/gen-sorted.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk index 193296a..f0714a5 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 |