mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Use uname -m
instead of arch
as latter isn't available everywhere
This commit is contained in:
parent
51baee2a4b
commit
d469ad659e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if [ ! -f "${POSTGRES_GZ_PATH}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OS=`uname -s`
|
OS=`uname -s`
|
||||||
ARCH=`arch`
|
ARCH=`uname -m`
|
||||||
|
|
||||||
cd ${DIR}
|
cd ${DIR}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue