Skip to content

Commit

Permalink
try to fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Jun 12, 2024
1 parent 40977f1 commit 16e2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAPFunction
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ get_device_boot() {
msg_fatal "Get boot image from device failed!"
fi
else
cp ${BOOTPATH} ${WORKDIR}/boot${BOOTSUFFIX}.img
cp ${BOOTPATH} "${WORKDIR}/boot${BOOTSUFFIX}.img"
fi
msg_info "Done."
}
Expand Down

0 comments on commit 16e2c77

Please sign in to comment.