mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
typo for the checksum
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user