mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-5656_Dan_fixTypoInstalled' into Ghidra_11.4
This commit is contained in:
commit
b5f31e7c35
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ get-ghidra-version() {
|
|||
|
||||
ghidra-module-pypath() {
|
||||
installed="$GHIDRA_HOME/Ghidra/$1/pypkg/src"
|
||||
if [ -d "$instaled" ]; then
|
||||
if [ -d "$installed" ]; then
|
||||
echo $installed
|
||||
return 0
|
||||
fi
|
||||
|
@ -66,7 +66,7 @@ ghidra-module-pypath() {
|
|||
|
||||
ghidra-module-pydist() {
|
||||
installed="$GHIDRA_HOME/Ghidra/$1/pypkg/dist"
|
||||
if [ -d "$instaled" ]; then
|
||||
if [ -d "$installed" ]; then
|
||||
echo $installed
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue