diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in index 09ef6d80422109637b4b652674bc532ce8b2b042..c38e1e0f787e3568c2a704895ebb16f42b645665 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 # @@ -510,7 +510,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')