diff options
author | Marko Myllynen <myllynen@redhat.com> | 2016-01-07 10:51:53 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-07 04:03:21 -0500 |
commit | 48d0341cdd41040714f1e9896efe89d49296bc78 (patch) | |
tree | b0b146fbd564e2700487e917a0e4ad5fcd787c2b /elf | |
parent | d7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff) | |
download | glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.gz glibc-48d0341cdd41040714f1e9896efe89d49296bc78.tar.bz2 glibc-48d0341cdd41040714f1e9896efe89d49296bc78.zip |
Make shebang interpreter directives consistent
Diffstat (limited to 'elf')
-rw-r--r-- | elf/genrtldtbl.awk | 2 | ||||
-rwxr-xr-x | elf/tst-pathopt.sh | 2 | ||||
-rwxr-xr-x | elf/tst-rtld-load-self.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/elf/genrtldtbl.awk b/elf/genrtldtbl.awk index 54cdc8c589..0e2a374901 100644 --- a/elf/genrtldtbl.awk +++ b/elf/genrtldtbl.awk @@ -1,4 +1,4 @@ -#! /usr/bin/awk +#!/usr/bin/awk BEGIN { FS=":"; count=0; diff --git a/elf/tst-pathopt.sh b/elf/tst-pathopt.sh index 892f22ef84..309b628bc9 100755 --- a/elf/tst-pathopt.sh +++ b/elf/tst-pathopt.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test lookup path optimization. # Copyright (C) 2000-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/elf/tst-rtld-load-self.sh b/elf/tst-rtld-load-self.sh index a5488d3f71..aa97ee6ca9 100755 --- a/elf/tst-rtld-load-self.sh +++ b/elf/tst-rtld-load-self.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test how rtld loads itself. # Copyright (C) 2012-2016 Free Software Foundation, Inc. # This file is part of the GNU C Library. |