summaryrefslogtreecommitdiffstats
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
parent31407d62897025763bf02a02be55429f5702c4ec (diff)
downloadFreeBSD-src-b671096f559e5420fd40d810903c8acecd8c59c8.zip
FreeBSD-src-b671096f559e5420fd40d810903c8acecd8c59c8.tar.gz
Add another backslash ('\').
-rw-r--r--etc/rc.d/initdiskless2
-rw-r--r--etc/rc.diskless12
-rw-r--r--etc/rc.initdiskless2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless
index 5ddc768..fcd947c 100644
--- a/etc/rc.d/initdiskless
+++ b/etc/rc.d/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`
diff --git a/etc/rc.diskless1 b/etc/rc.diskless1
index bc00844..1499d66 100644
--- a/etc/rc.diskless1
+++ b/etc/rc.diskless1
@@ -86,7 +86,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`
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