]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sotruss-sh.patch
- rel 4; prevent TLS slots exhaution (patch from FC)
[packages/glibc.git] / glibc-sotruss-sh.patch
1 Despite ksh shebang, sotruss is apparently bash script (function keyword, $"" NLS)
2 However mksh also accepts this syntax leaving strings untranslated.
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
5 @@ -1,4 +1,4 @@
6 -#! @BASH@
7 +#! /bin/mksh
8  # Copyright (C) 2011-2014 Free Software Foundation, Inc.
9  # This file is part of the GNU C Library.
10  
This page took 0.026978 seconds and 3 git commands to generate.