Bug 207799

Summary: ppmquantall syntax error
Product: [Fedora] Fedora Reporter: Steve Grubb <sgrubb>
Component: netpbmAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-24 05:05:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch correcting problem none

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.