]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sotruss-sh.patch
- merged overlapping parts of locale_fixes patch into morelocales patch
[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.
da89b000
JB
3--- glibc-2.14/elf/sotruss.ksh.orig 2011-05-31 06:12:33.000000000 +0200
4+++ glibc-2.14/elf/sotruss.ksh 2011-06-11 09:42:22.467864393 +0200
5@@ -1,4 +1,4 @@
6-#! @KSH@
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.030358 seconds and 4 git commands to generate.