diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/www-browser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/www-browser b/bin/www-browser index 2e8e1ae..b4539d0 100755 --- a/bin/www-browser +++ b/bin/www-browser @@ -22,7 +22,7 @@ if [[ -z "$BROWSER" ]]; then # using GNOME if [[ -n "$GNOME_DESKTOP_SESSION_ID" ]]; then - BROWSER=`gconftool -g /desktop/gnome/url-handlers/http/command | sed -e 's/%s//'` + BROWSER=`gconftool -g /desktop/gnome/url-handlers/http/command | sed -e 's/ %s//'` if [[ `gconftool -g /desktop/gnome/url-handlers/http/needs_terminal` == "true" ]]; then BROWSER="xvt -e $BROWSER" fi |