From f65849e7aad281703e8086d5cb4b0232f5d1bb64 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 15 Jan 2015 16:19:57 +0000 Subject: [PATCH] removed echo in incorrect place --- functions/fn_glibcfix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/fn_glibcfix b/functions/fn_glibcfix index f58d28b8e..2bae92199 100644 --- a/functions/fn_glibcfix +++ b/functions/fn_glibcfix @@ -113,5 +113,4 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd [:digit:] | tail -c 3)" -lt 215 fn_printfailurenl "Unable to detect game. Fix not applied" fi fi -sleep 1 -echo "" \ No newline at end of file +sleep 1 \ No newline at end of file