From: Kacper Kornet Date: Mon, 11 Nov 2013 20:34:29 +0000 (+0000) Subject: - use mksh in sortruss as it also accepts $"" syntax leaving strings X-Git-Tag: auto/th/glibc-2.18-5~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fglibc.git;a=commitdiff_plain;h=1f5a5e1647bb6ef907fc2fff95f474894840fdbc - use mksh in sortruss as it also accepts $"" syntax leaving strings untranslated --- diff --git a/glibc-sotruss-sh.patch b/glibc-sotruss-sh.patch index a301c1e..da87348 100644 --- a/glibc-sotruss-sh.patch +++ b/glibc-sotruss-sh.patch @@ -1,9 +1,10 @@ Despite ksh shebang, sotruss is apparently bash script (function keyword, $"" NLS) +However mksh also accepts this syntax leaving strings untranslated. --- glibc-2.14/elf/sotruss.ksh.orig 2011-05-31 06:12:33.000000000 +0200 +++ glibc-2.14/elf/sotruss.ksh 2011-06-11 09:42:22.467864393 +0200 @@ -1,4 +1,4 @@ -#! @KSH@ -+#! /bin/bash ++#! /bin/mksh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # This file is part of the GNU C Library.