From a04ca1c229195c7089b878a94fbe76505ea693b5 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sun, 31 Dec 2023 13:39:37 -0500 Subject: [PATCH] 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 ee891c3f782..8b4a0118763 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 -- 2.45.0