about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:13:12 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:13:12 +0100
commit7a8e4018a59fdabef395ca730d6e73f95e8daaed (patch)
treefd80b7005273e743b4c2f2d4ec80c5446655358c /utils
parentf63c2ed1450da8ab5ff38dcb7f0ab1a13d9865ca (diff)
downloadafl++-7a8e4018a59fdabef395ca730d6e73f95e8daaed.tar.gz
Change the word "env var" to "environment variable"
Diffstat (limited to 'utils')
-rwxr-xr-xutils/qbdi_mode/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/qbdi_mode/README.md b/utils/qbdi_mode/README.md
index 8b768906..2e8b01d4 100755
--- a/utils/qbdi_mode/README.md
+++ b/utils/qbdi_mode/README.md
@@ -34,7 +34,9 @@ For x86 standalone-toolchain
 ./build/tools/make_standalone_toolchain.py --arch x86 --api 21 --install-dir ../android-standalone-toolchain-x86
 ```
 
-In alternative you can also use the prebuilt toolchain, in that case make sure to set the proper CC and CXX env variables because there are many different compilers for each API version in the prebuilt toolchain.
+In alternative you can also use the prebuilt toolchain, in that case make sure
+to set the proper CC and CXX environment variables because there are many
+different compilers for each API version in the prebuilt toolchain.
 
 For example:
 
@@ -64,7 +66,7 @@ cd android-qbdi-sdk-x86_64/
 tar xvf QBDI-0.7.0-android-X86_64.tar.gz
 ```
 
-Now set the `STANDALONE_TOOLCHAIN_PATH` to the path of standalone-toolchain 
+Now set the `STANDALONE_TOOLCHAIN_PATH` to the path of standalone-toolchain
 
 ```
 export STANDALONE_TOOLCHAIN_PATH=/home/hac425/workspace/android-standalone-toolchain-x86_64