From 8aa88a01607ed055f7c6450321bd3753d292edc9 Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 21 Jan 2020 23:18:11 -0700 Subject: [PATCH] remove debug line --- twister-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/twister-install.sh b/twister-install.sh index f84baa1..9ddc8f4 100755 --- a/twister-install.sh +++ b/twister-install.sh @@ -19,7 +19,7 @@ NC='\033[0m' # No Color coreCloneDir="${HOME}/twister-core" configDir="${HOME}/.twister" htmlCloneDir="${configDir}/html" -makeJobs="j9" +makeJobs="j5" twister_deps_supported(){ echo -e "\nPlease supply one of the following aruments: \n\n" @@ -101,7 +101,6 @@ twister_launch(){ else if [ ! -d ${HOME}/.twister ];then - pwd mkdir ${HOME}/.twister cp twister.conf ${HOME}/.twister fi