From affa300da54e8bc6fd8f258686de42ce6b4e7d58 Mon Sep 17 00:00:00 2001 From: albfan Date: Sat, 16 May 2015 20:28:21 +0200 Subject: [PATCH] debug clearly marks for start and end of file parsed relates to #7 --- bash-ini-parser | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash-ini-parser b/bash-ini-parser index 61d8f3f..1d736dc 100644 --- a/bash-ini-parser +++ b/bash-ini-parser @@ -7,7 +7,9 @@ PREFIX="cfg_section_" function debug { return #abort debug echo $* + echo --start-- echo "${ini[*]}" + echo --end-- echo }