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

2022-08-17 Thread b1431736437

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