mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
initscripts: fix do_install_append rule.
Fix commit ID: cafc94c4a2
The above commit missed a redirect for the final closing
bracket.
Signed-off-by: Paul Barrette <paul.barrette@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
0adb720959
commit
6c021c05d0
|
@ -12,5 +12,5 @@ do_install_append() {
|
|||
echo \} >> ${D}${sysconfdir}/init.d/functions
|
||||
echo begin \(\) \{ >> ${D}${sysconfdir}/init.d/functions
|
||||
echo \ \ \ \ echo \$* >> ${D}${sysconfdir}/init.d/functions
|
||||
echo \}
|
||||
echo \} >> ${D}${sysconfdir}/init.d/functions
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user