View | Details | Raw Unified | Return to bug 24783
Collapse All | Expand All

(-)/usr/bin/url_handler.sh.org (-3 / +3 lines)
Lines 119-130 Link Here
119
		setType file
119
		setType file
120
		url="$type://$(pwd)/${url##./}"
120
		url="$type://$(pwd)/${url##./}"
121
		;;
121
		;;
122
	*@*.*) 
123
		setType "mailto"
124
		;;
125
	*:*) 
122
	*:*) 
126
		setType "${url%%:*}"
123
		setType "${url%%:*}"
127
		;;
124
		;;
125
	*@*.*) 
126
		setType "mailto"
127
		;;
128
	*)
128
	*)
129
		if [ -f "$url" ]; then
129
		if [ -f "$url" ]; then
130
			setType file
130
			setType file

Return to bug 24783