-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unrecognized GHIDRA_INSTALL_DIR #103
Comments
Normally I use This is what I use for my docker containers https://github.com/clearbluejar/features/blob/7b5586189b350764ad8b3e95afe792348cc73cef/src/ghidra/install.sh#L144 I don't know the subtle difference between set and export, but maybe this https://unix.stackexchange.com/questions/71144/what-do-the-bash-builtins-set-and-export-do ? |
@clearbluejar I used By the way I tested it again by FISH:
and by using I have a last question: when the user does not use that environment variable, the error suggests:
How can I use |
Just for sport I'm diff the same .exe file, and set GHIDRA_INSTALL_DIR as:
and then I run:
but I get:
Why does it not recognize the env variable?
The text was updated successfully, but these errors were encountered: