aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
committerJohn Hay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
commit160b4bbe6a2c18f690194183be4a5ef3475088f3 (patch)
tree00729877c72a1b8a388e5957d49f28c55e7afe03 /etc/rc.initdiskless
parentdcd04f0d835be4b5b934d78ccc7576e012bdde1d (diff)
Notes
Diffstat (limited to 'etc/rc.initdiskless')
-rw-r--r--etc/rc.initdiskless2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 5ddc768a43c8..fcd947cf04f0 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -111,7 +111,7 @@ mount_md() {
#
create_md() {
if [ "x`eval echo \\$md_created_$1`" = "x" ]; then
- if [ "x`eval echo \$md_size_$1`" = "x" ]; then
+ if [ "x`eval echo \\$md_size_$1`" = "x" ]; then
md_size=4096
else
md_size=`eval echo \\$md_size_$1`