]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sotruss-sh.patch
- rel 4; prevent TLS slots exhaution (patch from FC)
[packages/glibc.git] / glibc-sotruss-sh.patch
CommitLineData
da89b000 1Despite ksh shebang, sotruss is apparently bash script (function keyword, $"" NLS)
1f5a5e16 2However mksh also accepts this syntax leaving strings untranslated.
c0c7ef32
AM
3--- glibc-2.14/elf/sotruss.sh.orig 2011-05-31 06:12:33.000000000 +0200
4+++ glibc-2.14/elf/sotruss.sh 2011-06-11 09:42:22.467864393 +0200
da89b000 5@@ -1,4 +1,4 @@
c0c7ef32 6-#! @BASH@
1f5a5e16 7+#! /bin/mksh
12105404 8 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
da89b000
JB
9 # This file is part of the GNU C Library.
10
This page took 0.026852 seconds and 4 git commands to generate.