Sfoglia il codice sorgente

Fix typo in debug pipe name

Alois Mahdal 11 anni fa
parent
commit
f6e40e1aa3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh Vedi File

13
             next unless m/\b([a-zA-Z]{2,}\s*=\s*\d+)\b/;
13
             next unless m/\b([a-zA-Z]{2,}\s*=\s*\d+)\b/;
14
             print "$1\n";
14
             print "$1\n";
15
         ' \
15
         ' \
16
-      | debug_pipe id_lookalikes
16
+      | debug_pipe ex_lookalikes
17
 }
17
 }
18
 
18
 
19
 
19