From 769b15324aba5c12917570baf160c3a0e507a034 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 20:20:12 +0000 Subject: [PATCH] define fn_getopt --- functions/fn_functions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/fn_functions b/functions/fn_functions index 091cce711..785a53900 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -12,4 +12,9 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_getopt(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + core_functions.sh \ No newline at end of file