Bug 40146

Summary: printtool script uses $* not "$@"
Product: [Retired] Red Hat Linux Reporter: Tim Waugh <twaugh>
Component: printconfAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-02 19:04:41 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:

Description Tim Waugh 2001-05-10 20:55:29 UTC
The printtool script uses

exec printconf-gui $*

It should use

exec printconf-gui "$@"

in order to take account of arguments with IFS characters in.

Comment 1 Crutcher Dunnavant 2001-08-02 18:58:39 UTC
there is no longer any such beast.

Comment 2 Tim Waugh 2001-08-02 19:04:31 UTC
Huh?  But shouldn't there be?


Comment 3 Crutcher Dunnavant 2001-08-02 19:17:35 UTC
welcome to the wonderful world of symlinks.