Fix bashism in tmpfilesd scripts
Reported-by: <pesa@gentoo.org>
This commit is contained in:
parent
4385d31d9d
commit
2ee3e9d952
@ -11,7 +11,7 @@ depend()
|
|||||||
|
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
ebegin "${description/Create/Creating}"
|
ebegin "Creating ${description#Create }"
|
||||||
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
|
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
|
||||||
eend $?
|
eend $?
|
||||||
return 0
|
return 0
|
||||||
|
@ -13,7 +13,7 @@ depend()
|
|||||||
|
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
ebegin "${description/Create/Creating}"
|
ebegin "Creating ${description#Create }"
|
||||||
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
|
@LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
|
||||||
eend $?
|
eend $?
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user