From 2882fc785509ae6034d1f7afca956b6f2acd8673 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 9 Sep 2005 11:56:29 +0000 Subject: [PATCH] bugzilla-show: Add mozilla. --- bugzilla-show | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bugzilla-show b/bugzilla-show index 9b9a892..439c7fb 100755 --- a/bugzilla-show +++ b/bugzilla-show @@ -16,6 +16,9 @@ case $1 in gnome) ROOT='http://bugs.gnome.org' ;; + mozilla) + ROOT='http://bugzilla.mozilla.org' + ;; *) echo "Unknown Bugzilla installation '$1'. Recognized are:" >&2 echo ' subversion' >&2 @@ -23,6 +26,7 @@ case $1 in echo ' warthogs' >&2 echo ' ubuntu' >&2 echo ' gnome' >&2 + echo ' mozilla' >&2 exit 1 ;; esac -- 2.30.2