From 029473317cc793c51a08a9460b42f0e2d8c0919e Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 30 Oct 2016 06:12:45 +0000 Subject: [PATCH 1/4] xdg-open: fix comment typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also bump Rex Dieter’s copyright date --- scripts/xdg-open.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in index cb41ac6..b6528d5 100644 --- a/scripts/xdg-open.in +++ b/scripts/xdg-open.in @@ -7,7 +7,7 @@ # Refer to the usage() function below for usage. # # Copyright 2009-2010, Fathi Boudra -# Copyright 2009-2010, Rex Dieter +# Copyright 2009-2016, Rex Dieter # Copyright 2006, Kevin Krammer # Copyright 2006, Jeremy White # @@ -457,7 +457,7 @@ fi DEBUG 2 "Selected DE $DE" -# sanitize BROWSER (avoid caling ourselves in particular) +# sanitize BROWSER (avoid calling ourselves in particular) case "${BROWSER}" in *:"xdg-open"|"xdg-open":*) BROWSER=$(echo $BROWSER | sed -e 's|:xdg-open||g' -e 's|xdg-open:||g') -- 2.7.4