1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-07 00:42:37 +01:00

- Add media-gfx/splashutils for Gentoo tree

This commit is contained in:
2014-08-03 12:12:00 +02:00
parent abe86108f6
commit a8b93a603f
26 changed files with 3295 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
commit 7077483874a842c607d6e877696891ba4d5f1dd7
Author: Michał Januszewski <spock@gentoo.org>
Date: Sat Oct 9 21:07:37 2010 +0200
Fix a bug in splash-functions.sh.
This problem was reported in Gentoo bug #339767.
diff --git a/core/scripts/splash-functions.sh.in b/core/scripts/splash-functions.sh.in
index 1a89486..2c39c6a 100644
--- a/core/scripts/splash-functions.sh.in
+++ b/core/scripts/splash-functions.sh.in
@@ -341,7 +341,7 @@ splash_comm_send() {
# Returns the current splash mode.
splash_get_mode() {
- local ctty="${spl_bindir}/fgconsole"
+ local ctty="$({spl_bindir}/fgconsole)"
local mode="$(${spl_util})"
if [ "${mode}" = "silent" ]; then