]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-no-bash-nls.patch
Partial 2.34 update.
[packages/glibc.git] / glibc-no-bash-nls.patch
index 4dc6b57f9e99e2caeb77a017803553d073cb090c..f5d8a2a925f256d3961801a72da5bc8997e7003c 100644 (file)
@@ -1,7 +1,7 @@
 --- glibc-2.31/elf/ldd.bash.in.orig    2020-02-01 12:52:50.000000000 +0100
 +++ glibc-2.31/elf/ldd.bash.in 2020-02-01 14:02:07.365985940 +0100
 @@ -1,4 +1,4 @@
--#! @BASH@
+-#!/bin/bash
 +#!/bin/sh
  # Copyright (C) 1996-2021 Free Software Foundation, Inc.
  # This file is part of the GNU C Library.
 --- glibc-2.31/elf/sotruss.sh.orig     2020-02-01 13:38:05.830462075 +0100
 +++ glibc-2.31/elf/sotruss.sh  2020-02-01 14:06:25.601253626 +0100
 @@ -1,4 +1,4 @@
--#! @BASH@
+-#!/bin/bash
 +#!/bin/sh
  # Copyright (C) 2011-2021 Free Software Foundation, Inc.
  # This file is part of the GNU C Library.
This page took 0.088108 seconds and 4 git commands to generate.