Merge branch 'main' of https://github.com/openhwgroup/cvw into dev

This commit is contained in:
David Harris 2024-03-27 16:22:48 -07:00
commit 53e8eb1075

View file

@ -74,9 +74,9 @@ fi
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
if [[ $SDCARD == "/dev/sd"* ]]; then
$PART_PREFIX=""
PART_PREFIX=""
else
$PART_PREFIX="p"
PART_PREFIX="p"
fi
# If no images directory, images have not been built