mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-5656_Dan_fixTypoInstalled' into Ghidra_11.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user