Browse Source

added core_exit.sh

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
2ec677b94e
  1. 6
      lgsm/functions/core_functions.sh

6
lgsm/functions/core_functions.sh

@ -78,17 +78,17 @@ functionfile="${FUNCNAME}"
fn_fetch_core_dl fn_fetch_core_dl
} }
core_getopt.sh(){ core_exit.sh(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_fetch_core_dl fn_fetch_core_dl
} }
core_messages.sh(){ core_getopt.sh(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_fetch_core_dl fn_fetch_core_dl
} }
core_dl.sh(){ core_messages.sh(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_fetch_core_dl fn_fetch_core_dl
} }

Loading…
Cancel
Save