1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Add ${} around variable dereference...

Submitted by:	garrett coopper
This commit is contained in:
Warner Losh 2011-05-13 18:46:20 +00:00
parent 94a74d9427
commit 14f9771b27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221852

View File

@ -567,7 +567,7 @@ create_i386_diskimage ( ) (
dd if=/dev/${MD} of=${IMG} bs=64k
fi
if do_copyout_partition ; then
if ${do_copyout_partition} ; then
echo "Writing out _.disk.image..."
dd if=/dev/${MD}s1 of=${NANO_DISKIMGDIR}/_.disk.image bs=64k
fi