Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
3b499485
Commit
3b499485
authored
Jun 05, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support xdg-open instead BROWSER
parent
6a6fbeb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
rpmbugs
bin/rpmbugs
+1
-1
rpmurl
bin/rpmurl
+2
-1
No files found.
bin/rpmbugs
View file @
3b499485
...
...
@@ -12,7 +12,7 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
[
-n
"
$BROWSER
"
]
||
BROWSER
=
url_handler.sh
which xdg-open 2>/dev/null
>
/dev/null
&&
BROWSER
=
xdg-open
show_bugs
()
{
...
...
bin/rpmurl
View file @
3b499485
...
...
@@ -11,7 +11,8 @@
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
[
-n
"
$BROWSER
"
]
||
BROWSER
=
url_handler.sh
which xdg-open 2>/dev/null
>
/dev/null
&&
BROWSER
=
xdg-open
# (command from perl-libwww)
which GET &>/dev/null
&&
GET
=
GET
||
GET
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment