chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e52455
)
quacks-ingredients: -counts: Fix a ws mistake nfc
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 31 Mar 2020 14:48:41 +0000
(15:48 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 31 Mar 2020 14:48:55 +0000
(15:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
quacks-ingredients-counts
patch
|
blob
|
history
diff --git
a/quacks-ingredients-counts
b/quacks-ingredients-counts
index cf883af99e3ac88517651c06c7abc29efea6b398..46d7f1bee8c294027a22e71bca1eeaa1627866b3 100755
(executable)
--- a/
quacks-ingredients-counts
+++ b/
quacks-ingredients-counts
@@
-39,7
+39,7
@@
foreach my $nspots (qw(1 2 3 4)) {
m/\+/;
$count{$names[$i]}{$nspots} =
- $which eq 'All' ? $` + $' :
+ $which eq 'All'
? $` + $' :
$which eq 'Base' ? $` :
$which eq 'Witches' ? $' :
die "$which ?";