diff --git a/btrfs-auto-snapshot b/btrfs-auto-snapshot index 894a9b1..ba58081 100755 --- a/btrfs-auto-snapshot +++ b/btrfs-auto-snapshot @@ -148,7 +148,7 @@ argsp_stdin_to_array() do local is_blank local is_comment - local_is_empty + local is_empty is_blank="$( echo "${line}" | grep --count -e '^[[:space:]]*$')" is_comment="$(echo "${line}" | grep --count -e '^#')"