Browse Source

Clip extra

pull/1065/head
CedarLUG 9 years ago
parent
commit
bdfa5a6a6e
  1. 9
      lgsm/functions/core_functions.sh

9
lgsm/functions/core_functions.sh

@ -132,15 +132,6 @@ command_postdetails.sh(){
functionfile=$tempffname
}
command_details.sh(){
functionfile="${FUNCNAME}"
tempffname=$functionfile
fn_fetch_function
functionfile="command_details.sh"
fn_fetch_function
functionfile=$tempffname
}
command_details.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

Loading…
Cancel
Save