Explorar el Código

Fix typo in debug pipe name

Alois Mahdal hace 10 años
padre
commit
f6e40e1aa3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh Ver fichero

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