summaryrefslogtreecommitdiffstats
path: root/etc/rc.initdiskless
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
committerjhay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
commitb671096f559e5420fd40d810903c8acecd8c59c8 (patch)
tree00729877c72a1b8a388e5957d49f28c55e7afe03 /etc/rc.initdiskless
parent31407d62897025763bf02a02be55429f5702c4ec (diff)
downloadFreeBSD-src-b671096f559e5420fd40d810903c8acecd8c59c8.zip
FreeBSD-src-b671096f559e5420fd40d810903c8acecd8c59c8.tar.gz
Add another backslash ('\').
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 5ddc768..fcd947c 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`
OpenPOWER on IntegriCloud