ALT Linux Bugzilla
– Attachment #4670: патч for
bug #24627
New bug
|
Search
|
[?]
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
View
|
Details
|
Raw Unified
| Return to
bug 24627
Collapse All
|
Expand All
(-)
/home/user/installscripts/url_handler.sh.org (+3 lines)
Lines 118-123
Link Here
118
setType file
118
setType file
119
url="$type://$(pwd)/${url##./}"
119
url="$type://$(pwd)/${url##./}"
120
;;
120
;;
121
*@*.*)
122
setType "mailto"
123
;;
121
*:*)
124
*:*)
122
setType "${url%%:*}"
125
setType "${url%%:*}"
123
;;
126
;;
Return to
bug 24627