hardened malloc download.
This commit is contained in:
@@ -2,11 +2,13 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
DIR="$(dirname "$0")"
|
||||||
|
cd ..
|
||||||
|
echo $PWD
|
||||||
|
|
||||||
#downloading graphene malloc
|
#downloading graphene malloc
|
||||||
if [ ! -f ./dependencies/hardened_malloc/Makefile ]; then
|
if [ ! -f ./dependencies/hardened_malloc/Makefile ]; then
|
||||||
cd "$(dirname "$0")"
|
|
||||||
DIR="$(dirname "$0")"
|
|
||||||
cd ..
|
|
||||||
cd ./dependencies/
|
cd ./dependencies/
|
||||||
git clone https://github.com/GrapheneOS/hardened_malloc.git
|
git clone https://github.com/GrapheneOS/hardened_malloc.git
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user