From 7d57a469b78824ee75e209f605f1afdd88a009a5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 12 Nov 2014 18:09:35 +0000 Subject: [PATCH] Changed the message slightly --- functions/fn_glibcfix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/fn_glibcfix b/functions/fn_glibcfix index 162cba59e..9d5edba98 100644 --- a/functions/fn_glibcfix +++ b/functions/fn_glibcfix @@ -7,8 +7,7 @@ fn_glibcfixmsg(){ echo "Detected ${gamename}" sleep 1 -echo "Downloading files for ${gamename} GLIBC Fix" -sleep 1 +echo "" } if [ -z $(command -v ldd) ]; then