Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #45161
Ticket #45161
: oclint_wrapper
File oclint_wrapper,
156 bytes
(added by
adexter@…
,
10 years ago
)
Line
1
#!/usr/bin/env python
2
3
import
os
4
import
sys
5
6
bin_path
=
'__PREFIX__/share/oclint/bin/__BINARY__'
7
args
=
[
bin_path
]
+
sys
.
argv
[
1
:]
8
os
.
execv
(
bin_path
,
args
)
Download in other formats:
Original Format