Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306793 Details for
Bug 448384
htmlview outputs an error message of there's a space in the argument
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
wrap $1 in quotes in tests
htmlview.patch (text/plain), 1.09 KB, created by
Matteo Castellini
on 2008-05-27 16:44:40 UTC
(
hide
)
Description:
wrap $1 in quotes in tests
Filename:
MIME Type:
Creator:
Matteo Castellini
Created:
2008-05-27 16:44:40 UTC
Size:
1.09 KB
patch
obsolete
>--- htmlview.orig 2008-05-27 18:36:38.000000000 +0200 >+++ htmlview 2008-05-27 18:36:19.000000000 +0200 >@@ -53,7 +53,7 @@ > # Special case: w3m > [ "$GCONF" = "w3m" ] && GCONF="w3m -v" > # Run text-mode browser >- if [ -z $1 ]; then >+ if [ -z "$1" ]; then > exec $PREFTERM $TERMARGS $GCONF > else > exec $PREFTERM $TERMARGS $GCONF "$1" >@@ -67,12 +67,12 @@ > exit 1 > fi > # Special case: konqueror without arguments >- if [ "$GCONF" = "konqueror" ] && [ -z $1 ]; then >+ if [ "$GCONF" = "konqueror" ] && [ -z "$1" ]; then > GCONF="kfmclient openProfile webbrowsing" > fi > > # Run GUI browser >- if [ -z $1 ]; then >+ if [ -z "$1" ]; then > exec $GCONF > else > exec $GCONF "$1" >@@ -154,7 +154,7 @@ > for i in $X11BROWSERS; do > set -x > # HACK! Run konqueror in browser mode >- if exists $i && [ "$i" = "/usr/bin/konqueror" ] && [ -z $1 ]; then >+ if exists $i && [ "$i" = "/usr/bin/konqueror" ] && [ -z "$1" ]; then > exec kfmclient openProfile webbrowsing > fi > exists $i && exec $i "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 448384
: 306793