Skip to content

Commit b886fa5

Browse files
markhindleynavi-desu
authored andcommitted
Fix typo/mismerge in variable name.
1 parent ecddfc9 commit b886fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh/openrc-user.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ done
2727

2828
case $1 in
2929
start)
30-
cp -pr "$cachedir"/* "$_svcdir" 2>/dev/null
30+
cp -pr "$cachedir"/* "$svcdir" 2>/dev/null
3131
openrc --user boot || exit 1
3232
printf '\n' >&3
3333
exec openrc --user "${rc_default_runlevel:-default}"

0 commit comments

Comments
 (0)