git: a04ca1c22919 - main - rc.initdiskless: Remove bogus plus sign

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 18:40:51 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a04ca1c229195c7089b878a94fbe76505ea693b5

commit a04ca1c229195c7089b878a94fbe76505ea693b5
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-31 18:39:37 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-12-31 18:39:37 +0000

    rc.initdiskless: Remove bogus plus sign
    
    Reviewed by:    imp, dab
    Fixes:          Fixes: 93b7818226cf ("libexec/rc/rc.initdiskless: make tar's path flexible")
    Differential Revision:  https://reviews.freebsd.org/D43241
---
 libexec/rc/rc.initdiskless | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
index ee891c3f782e..8b4a01187636 100644
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -362,7 +362,7 @@ done
 # so if the cpio archive is present, it prevents the files from dir/
 # from being copied.
 
-+PATH=${PATH}:/rescue
+PATH=${PATH}:/rescue
 
 for i in ${templates} ; do
     for j in /conf/$i/* ; do