Explorar el Código

Fix too hungry comment removal

Alois Mahdal hace 6 años
padre
commit
d94cca3ce7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/include/ini.sh

+ 0
- 1
src/include/ini.sh Ver fichero

@@ -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 ;;