Browse Source

adding fix_ut function

pull/1010/head
Alexander Hurd 9 years ago
parent
commit
fb4f8dab6c
  1. 4
      lgsm/functions/core_functions.sh

4
lgsm/functions/core_functions.sh

@ -322,6 +322,10 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
fix_ut.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
# Info

Loading…
Cancel
Save