about summary refs log tree commit diff
path: root/scripts/gen-sorted.awk
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-01-07 10:51:53 +0200
committerMike Frysinger <vapier@gentoo.org>2016-01-07 04:03:21 -0500
commit48d0341cdd41040714f1e9896efe89d49296bc78 (patch)
treeb0b146fbd564e2700487e917a0e4ad5fcd787c2b /scripts/gen-sorted.awk
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
downloadglibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.gz
glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.xz
glibc-48d0341cdd41040714f1e9896efe89d49296bc78.zip
Make shebang interpreter directives consistent
Diffstat (limited to 'scripts/gen-sorted.awk')
-rwxr-xr-xscripts/gen-sorted.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk
index b36649758b..9669277b31 100755
--- a/scripts/gen-sorted.awk
+++ b/scripts/gen-sorted.awk
@@ -1,4 +1,4 @@
-#! /usr/bin/awk -f
+#!/usr/bin/awk -f
 # Generate sorted list of directories.  The sorting is stable but with
 # dependencies between directories resolved by moving dependees in front.
 # Copyright (C) 1998-2016 Free Software Foundation, Inc.