Bug 207799 - ppmquantall syntax error
Summary: ppmquantall syntax error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: netpbm
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-23 12:54 UTC by Steve Grubb
Modified: 2013-07-02 23:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-24 05:05:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch correcting problem (521 bytes, patch)
2006-09-23 12:54 UTC, Steve Grubb
no flags Details | Diff

Description Steve Grubb 2006-09-23 12:54:38 UTC
Description of problem:
[root ~]# sh -n /usr/bin/ppmquantall
/usr/bin/ppmquantall: line 65: syntax error near unexpected token `('
/usr/bin/ppmquantall: line 65: `set widths=()'

Comment 1 Steve Grubb 2006-09-23 12:54:38 UTC
Created attachment 136999 [details]
patch correcting problem

Comment 2 Jindrich Novy 2006-09-24 05:05:24 UTC
Applied, thanks.

Comment 3 Alexey Tourbin 2007-08-19 19:24:34 UTC
This patch is wrong.
"set widths" will simply set $@ (the argv) to "witdths".
You need to remove "set" but keep "widths=()"

-- 
Alexey Tourbin
ALT Linux Team

Comment 4 Jindrich Novy 2007-08-20 12:48:40 UTC
Fixed, thanks.


Note You need to log in before you can comment on or make changes to this bug.