diff options
author | van Hauser <vh@thc.org> | 2022-01-21 13:06:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 13:06:15 +0100 |
commit | 2bb86863e6d15dbd5bb0c381afa51f476302784e (patch) | |
tree | 020fb8d0b012d5ebfd7ded0b32c00b79851a0532 /nyx_mode/update_ref.sh | |
parent | b4c2fc94166b22a77c521884a07fdfee2098147a (diff) | |
parent | 26a3d1b53b0a3ae690735c550c2985f079f3c672 (diff) | |
download | afl++-2bb86863e6d15dbd5bb0c381afa51f476302784e.tar.gz |
Merge branch 'dev' into docs_quality_assurance_3
Diffstat (limited to 'nyx_mode/update_ref.sh')
-rwxr-xr-x | nyx_mode/update_ref.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/update_ref.sh b/nyx_mode/update_ref.sh index 3e94a42b..898a803f 100755 --- a/nyx_mode/update_ref.sh +++ b/nyx_mode/update_ref.sh @@ -71,7 +71,7 @@ echo "$NEW_VERSION" > "$UC_VERSION_FILE" echo "Done. New XXX version is $NEW_VERSION." -UC_VERSION_FILE='./QEMU_NXY_VERSION' +UC_VERSION_FILE='./QEMU_NYX_VERSION' NEW_VERSION="" cd ./QEMU-Nyx || exit 1 |