about summary refs log tree commit diff
path: root/generator
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-16 01:14:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-08-16 01:14:05 +0000
commitee202873edb0d236e03270b96504e58b4664bd8b (patch)
tree20b25b22f031cd81204a36e19795e8759a50e4b1 /generator
parent939dd71a6334d2a2f180cb19666e7544c2753f74 (diff)
downloadnetpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.tar.gz
netpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.tar.xz
netpbm-mirror-ee202873edb0d236e03270b96504e58b4664bd8b.zip
Update internal use of 'pamcat' to adapt to its new ability to produce PNM output
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4411 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'generator')
-rwxr-xr-xgenerator/ppmrainbow2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/ppmrainbow b/generator/ppmrainbow
index 10b1f7ae..68d519a0 100755
--- a/generator/ppmrainbow
+++ b/generator/ppmrainbow
@@ -127,7 +127,7 @@ while (@colorlist >= 2) {
 }
 
 my $termStat =
-    system("$verboseCommand pamcat -leftright @outlist | ppmtoppm");
+    system("$verboseCommand pamcat -leftright @outlist");
 if ($termStat != 0) {
     exit 1;
 }