Bug 689329 - Fix handling of filenames containing spaces
Summary: Fix handling of filenames containing spaces
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: General (show other bugs)
Version: master
Hardware: All All
: P4 normal
Assignee: Default assignee
URL:
Keywords:
Depends on:
Blocks: 689315
  Show dependency tree
 
Reported: 2007-07-04 09:51 UTC by Till Kamppeter
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Allow input file names with spaces (1.31 KB, patch)
2007-07-04 09:52 UTC, Till Kamppeter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Till Kamppeter 2007-07-04 09:51:13 UTC
The script lib/pv.sh does not handle input file names with spaces correctly. The
attached patch fixes the problem and also adds use of mktemp for the temporary
file (only if mktemp is present).
Comment 1 Till Kamppeter 2007-07-04 09:52:02 UTC
Created attachment 3155 [details]
Allow input file names with spaces
Comment 2 Till Kamppeter 2007-07-05 03:42:17 UTC
Fixed in SVN rev 8104.