Author: imp
Date: Fri May 13 18:46:20 2011
New Revision: 221852
URL: http://svn.freebsd.org/changeset/base/221852
Log:
Add ${} around variable dereference...
Submitted by: garrett coopper
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh Fri May 13 18:36:24 2011
(r221851)
+++ head/tools/tools/nanobsd/nanobsd.sh Fri May 13 18:46:20 2011
(r221852)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"