]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- use mksh in sortruss as it also accepts $"" syntax leaving strings
authorKacper Kornet <draenog@pld-linux.org>
Mon, 11 Nov 2013 20:34:29 +0000 (20:34 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 11 Nov 2013 20:35:52 +0000 (20:35 +0000)
  untranslated

glibc-sotruss-sh.patch

index a301c1ea512e36ddad4fc22df3554197f0a23b4c..da873487ce4f41b8cfa2e246d11ed3a2cc8c38a9 100644 (file)
@@ -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.
  
This page took 0.171715 seconds and 4 git commands to generate.