Skip to content

Commit a951b9a

Browse files
committed
openrc-run.sh: Add missing /conf.d path suffix
1 parent 3500e6e commit a951b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh/openrc-run.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ yesno $RC_DEBUG && set -x
228228
# Parse RC_PATH in reverse order, so later conf.d files override earlier ones
229229
IFS=:
230230
for _f in $RC_PATH; do
231-
_conf_d="$_f $_conf_d"
231+
_conf_d="$_f/conf.d $_conf_d"
232232
done
233233
unset IFS
234234

0 commit comments

Comments
 (0)