Ticket #541 (closed defect: Fixed)
viewurl-mozilla.sh missing quotes around URL
| Reported by: | petere78 | Owned by: | emostar |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | url | Version: | devel |
| Keywords: | Cc: |
Description
viewurl-mozilla.sh mishandles URLs with spaces because it does not properly quote the URL shell variable. Replace ${MOZILLA} -remote openurl(${OPENSTRING}) by ${MOZILLA} -remote "openurl(${OPENSTRING})" and ${MOZILLA} ${URL} by ${MOZILLA} "${URL}"
Change History
Note: See
TracTickets for help on using
tickets.
