diff options
| -rwxr-xr-x | backomp | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -103,7 +103,7 @@ declare -A def_opts=(  declare -A opts  while IFS='=' read -r f1 f2; do -	[[ -z "${f1}" ]] && continue +	[[ -z "${f1}" ]] || [[ "${f1}" == '#'* ]] && continue  	if [[ "${f1}" =~ ^\[(.*)]$ ]]; then  		base_path="${BASH_REMATCH[1]}" | 
