Przeglądaj źródła

Fix typo in debug pipe name

Alois Mahdal 10 lat temu
rodzic
commit
f6e40e1aa3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh Wyświetl plik

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