From 42efcad11af03bbd6a4464e7d0163ecad4780b58 Mon Sep 17 00:00:00 2001 From: Mollusk Date: Mon, 29 Aug 2016 08:57:03 -0700 Subject: [PATCH] [Updated] geuphoria.sh: fixed missing new character escape --- geuphoria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geuphoria.sh b/geuphoria.sh index a059d6c..1f99758 100755 --- a/geuphoria.sh +++ b/geuphoria.sh @@ -41,7 +41,7 @@ check_deps(){ get_path=$(which curl) if [ ! ${get_path} ];then - printf "Please install: ${deps}" + printf "Please install: ${deps}\n" exit 0; else printf "Deps passed checks..moving on\n"