summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackomp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backomp b/backomp
index 2aa873d..ae9bbce 100755
--- a/backomp
+++ b/backomp
@@ -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]}"