diff options
Diffstat (limited to 'main/eglibc/ldd-sh.patch')
-rw-r--r-- | main/eglibc/ldd-sh.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/eglibc/ldd-sh.patch b/main/eglibc/ldd-sh.patch new file mode 100644 index 0000000000..60becc4f6e --- /dev/null +++ b/main/eglibc/ldd-sh.patch @@ -0,0 +1,8 @@ +--- eglibc-2.16_svn20121218/elf/ldd.bash.in.orig ++++ eglibc-2.16_svn20121218/elf/ldd.bash.in +@@ -1,4 +1,4 @@ +-#! @BASH@ ++#!/bin/sh + # Copyright (C) 1996-2011, 2012 Free Software Foundation, Inc. + # This file is part of the GNU C Library. + |