repo.or.cz
/
jhbuild.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
in copy mode, first remove destination directory if it exists
[jhbuild.git]
/
jhbuild.in
blob
1f88aabab07f3197fb5763b5efadd569990719df
1
#!/usr/bin/env python
2
import
sys
3
sys
.
path
.
insert
(
0
,
'@jhbuilddir@'
)
4
5
import
jhbuild
.
main
6
jhbuild
.
main
.
main
(
sys
.
argv
[
1
:])