Browse Source

Fix typo in debug pipe name

Alois Mahdal 10 years ago
parent
commit
f6e40e1aa3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh View 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