mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
typo for the checksum
This commit is contained in:
parent
b92da08ae8
commit
f6c44a83bc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user