Skip to content

Commit c332ae8

Browse files
tokatokaCopilot
andauthored
Update crates/libafl_nyx/build_nyx_support.sh
Co-authored-by: Copilot <[email protected]>
1 parent 8c51994 commit c332ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libafl_nyx/build_nyx_support.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "[*] Checking QEMU-Nyx ..."
5353
if [ ! -f "QEMU-Nyx/x86_64-softmmu/qemu-system-x86_64" ]; then
5454
cd QEMU-Nyx/ || return
5555
# We need to copy our custom `Makefile.libxdc` after `git submodule update`, otherwise we get a git error.
56-
sed -i "s,git submodule update libxdc$,git submodule update libxdc \&\& cp "$SCRIPT_DIR"/Makefile.libxdc ./libxdc/Makefile || exit 1," compile_qemu_nyx.sh
56+
sed -i "s,git submodule update libxdc$,git submodule update libxdc \&\& cp \"\$SCRIPT_DIR\"/Makefile.libxdc ./libxdc/Makefile || exit 1," compile_qemu_nyx.sh
5757
./compile_qemu_nyx.sh lto
5858
cd ..
5959
fi

0 commit comments

Comments
 (0)