diff options
| author | John Hay <jhay@FreeBSD.org> | 2003-02-15 16:29:20 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2003-02-15 16:29:20 +0000 |
| commit | 160b4bbe6a2c18f690194183be4a5ef3475088f3 (patch) | |
| tree | 00729877c72a1b8a388e5957d49f28c55e7afe03 /etc/rc.initdiskless | |
| parent | dcd04f0d835be4b5b934d78ccc7576e012bdde1d (diff) | |
Notes
Diffstat (limited to 'etc/rc.initdiskless')
| -rw-r--r-- | etc/rc.initdiskless | 2 |
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` |
