Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot stat '/usr/bin/true': No such file or directory #25

Open
Ak4izZ opened this issue Mar 18, 2022 · 4 comments
Open

cannot stat '/usr/bin/true': No such file or directory #25

Ak4izZ opened this issue Mar 18, 2022 · 4 comments

Comments

@Ak4izZ
Copy link

Ak4izZ commented Mar 18, 2022

No description provided.

@Ak4izZ
Copy link
Author

Ak4izZ commented Mar 18, 2022

I got this warning after exec "cp /usr/bin/true GCONV_PATH=./pwnkit.so:."

@owl4ce
Copy link
Contributor

owl4ce commented Mar 18, 2022

So strange.

TRUE=$(shell which true)

cp -f $(TRUE) GCONV_PATH=./pwnkit.so:.

@Ak4izZ
Copy link
Author

Ak4izZ commented Mar 18, 2022

So strange.

TRUE=$(shell which true)

cp -f $(TRUE) GCONV_PATH=./pwnkit.so:.

so line 2 means TRUE refers to the shell I am using?

@klmyssn
Copy link

klmyssn commented Nov 18, 2023

Did you manage to solve the issue in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants