Browse Source

Corrected missing spaces

UltimateByte 10 years ago
parent
commit
d72602c5c6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      functions/core_functions.sh

+ 4 - 4
functions/core_functions.sh

@@ -14,13 +14,13 @@ if [ -z "${lgsmdir}" ]; then
 fi 
 fi 
 
 
 fn_fetch_core_dl(){
 fn_fetch_core_dl(){
-if [ -z "${githubuser}"]; then
+if [ -z "${githubuser}" ]; then
 	githubuser="dgibbs64"
 	githubuser="dgibbs64"
 fi
 fi
-if [ -z "${githubrepo}"]; then	
+if [ -z "${githubrepo}" ]; then	
 	githubrepo="linuxgsm"
 	githubrepo="linuxgsm"
 fi
 fi
-if [ -z "${githubbranch}"]; then
+if [ -z "${githubbranch}" ]; then
 	githubbranch="master"
 	githubbranch="master"
 fi
 fi
 github_file_url_dir="lgsm/functions"
 github_file_url_dir="lgsm/functions"
@@ -69,4 +69,4 @@ functionfile="${FUNCNAME}"
 fn_fetch_core_dl
 fn_fetch_core_dl
 }
 }
 
 
-core_functions.sh
+core_functions.sh