diff --git a/bash-ini-parser b/bash-ini-parser index e7f6b70..577e7d8 100755 --- a/bash-ini-parser +++ b/bash-ini-parser @@ -214,9 +214,4 @@ function cfg_update { eval "function $item" } -#Test harness -if [ $# != 0 ] -then - $@ -fi # vim: filetype=sh