Browse Source

Fix too hungry comment removal

Alois Mahdal 6 years ago
parent
commit
d94cca3ce7
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/include/ini.sh

+ 0
- 1
src/include/ini.sh View File

@@ -79,7 +79,6 @@ __ini_grepsec() {
79 79
     local ok=false      # are we in the section?
80 80
     local line          # each input line
81 81
     grep '.' \
82
-      | grep -v '\s*#' \
83 82
       | while read -r line; do
84 83
             case "$line" in
85 84
                 \[$wnt\]) ok=true;  continue ;;