Re:Re: Re: add custom environment variable in bash source code

2022-08-17 Thread b1431736437
Sorry, I don't understand what you want me, you can send a .diff file tells me how to do? 在 2022-08-18 07:26:45,"Alex fxmbsw7 Ratchev" 写道: On Thu, Aug 18, 2022, 01:19 wrote: Because I'm using Android, Android doesn't support #!/bin/sh and #!/bin/bash, there is a dynamic library that fixes

Re:Re: add custom environment variable in bash source code

2022-08-17 Thread b1431736437
Because I'm using Android, Android doesn't support #!/bin/sh and #!/bin/bash, there is a dynamic library that fixes it, so I want to automatically add LD_PRELOAD before starting bash to make this dynamic library[https://github.com/termux/termux-exec] work , I want to modify the source code of bash 

Re:Re: add custom environment variable in bash source code

2022-08-17 Thread b1431736437
Because I'm using Android, Android doesn't support #!/bin/sh and #!/bin/bash, there is a dynamic library that fixes it, so I want to automatically add LD_PRELOAD before starting bash to make this dynamic library work , I want to modify the source code of bash to make it effective, not the bash.b

add custom environment variable in bash source code

2022-08-17 Thread b1431736437
Configuration Information: ./configure --prefix=/data/data/com.termux/files/usr Machine: aarch64 OS: linux-gnu Compiler: clang Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security uname output: Linux localhost 3.18.71-perf #1 SMP PREEMPT Wed Jul 27 22:01:17 CST 2022 aarch64 Android Mac