diff options
author | David Carlier <dcarlier@afilias.info> | 2019-11-07 15:06:48 +0000 |
---|---|---|
committer | David Carlier <dcarlier@afilias.info> | 2019-11-07 15:06:48 +0000 |
commit | f6c44a83bcb63c3cfebe9d117835e8544eb0e7df (patch) | |
tree | 3041d2971792416802f075a8d933920afc3992e9 /unicorn_mode | |
parent | b92da08ae8cbe8795e39c981525548bca0ce5607 (diff) | |
download | afl++-f6c44a83bcb63c3cfebe9d117835e8544eb0e7df.tar.gz |
typo for the checksum
Diffstat (limited to 'unicorn_mode')
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 885329bb..589ab852 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -149,7 +149,7 @@ if [ ! "$CKSUM" = "$UNICORN_SHA384" ]; then wget -c -O "$ARCHIVE" -- "$UNICORN_URL" && OK=1 done - CKSUM=`CKSUMCMD "$ARCHIVE" 2>/dev/null | cut -d' ' -f1` + CKSUM=`$CKSUMCMD "$ARCHIVE" 2>/dev/null | cut -d' ' -f1` fi |