[Bps-public-commit] SD branch, master, updated. 63da9d7759cfc9248f32ae84c3386982ebcc962e
sartak at bestpractical.com
sartak at bestpractical.com
Mon Mar 16 14:12:52 EDT 2009
The branch, master has been updated
via 63da9d7759cfc9248f32ae84c3386982ebcc962e (commit)
from 606d6d4009f62c711e9a9dfc5c1529ed395be6de (commit)
Summary of changes:
lib/App/SD/CLI/Command/Browser.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 63da9d7759cfc9248f32ae84c3386982ebcc962e
Author: Shawn M Moore <sartak at gmail.com>
Date: Mon Mar 16 14:10:34 2009 -0400
Don't run stuff out of /etc, debian symlinks it from /usr/bin anyway
diff --git a/lib/App/SD/CLI/Command/Browser.pm b/lib/App/SD/CLI/Command/Browser.pm
index 408d1ee..0a37b13 100644
--- a/lib/App/SD/CLI/Command/Browser.pm
+++ b/lib/App/SD/CLI/Command/Browser.pm
@@ -38,7 +38,7 @@ sub open_url_cmd {
return 'start';
}
- for my $cmd (qw|www-browser htmlview /etc/alternatives/www-browser
+ for my $cmd (qw|www-browser htmlview
gnome-open gnome-moz-remote
firefox iceweasel opera w3m lynx|) {
my $cmd_path = `which $cmd`;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list