[packages/glibc] - use mksh in sortruss as it also accepts $"" syntax leaving strings untranslated

draenog draenog at pld-linux.org
Mon Nov 11 21:37:53 CET 2013


commit 1f5a5e1647bb6ef907fc2fff95f474894840fdbc
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Nov 11 20:34:29 2013 +0000

    - use mksh in sortruss as it also accepts $"" syntax leaving strings
      untranslated

 glibc-sotruss-sh.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
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.
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/1f5a5e1647bb6ef907fc2fff95f474894840fdbc



More information about the pld-cvs-commit mailing list