From b3a7ab5b8f82a0befc3b37fe3d44f276506b6fab Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 9 Mar 2005 14:04:19 +0000 Subject: fix stripping value from GNOME --- bin/www-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.1